gnome-shell/.gitlab-ci
Florian Müllner d12cd12e1b ci: Make run-eslint more convenient for local use
The script can be helpful outside of CI, in particular for gradually
transitioning to the new style.

Reverting commit f00201fa6c it is already possible to do something
like

 $ CI_MERGE_REQUEST_PROJECT_URL=https://gitlab.gnome.org/GNOME/gnome-shell \
   CI_MERGE_REQUEST_TARGET_BRANCH_NAME=master CI_COMMIT_SHA=HEAD \
   .gitlab-ci/run-eslint.sh

but that is hardly convenient.

Instead, allow passing the required parameters on the command line:

 $ .gitlab-ci/run-eslint.sh origin master

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/730
2019-10-16 15:37:12 +00:00
..
check-commit-log.sh ci: Sync check-commit-log script with mutter 2019-02-26 21:08:17 +00:00
checkout-mutter.sh ci: Improve script output 2019-04-26 21:32:51 +02:00
Dockerfile.extension-ci ci: Include git in extension-ci image 2019-07-24 00:28:45 +02:00
run-eslint.sh ci: Make run-eslint more convenient for local use 2019-10-16 15:37:12 +00:00