Skip to content

Commit

Permalink
ci: fix global setup path (elastic#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Jun 30, 2020
1 parent 86fc715 commit d683322
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
Empty file modified .ci/global_setup.sh
100644 → 100755
Empty file.
8 changes: 0 additions & 8 deletions .ci/jobs/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
timeout: 180
fail: true
- timestamps
triggers:
- github-pull-request:
org-list:
- elastic
allow-whitelist-orgs-as-admins: true
github-hooks: true
status-context: "@elastic/charts CI"
cancel-builds-on-update: true
publishers:
- email:
recipients: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .ci/license_scan.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###
### global setup
###
source global_setup.sh
source .ci/global_setup.sh

###
### run FOSSA license check
Expand Down
2 changes: 1 addition & 1 deletion .ci/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###
### global setup
###
source global_setup.sh
source .ci/global_setup.sh

###
### building
Expand Down
2 changes: 1 addition & 1 deletion .ci/unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###
### global setup
###
source global_setup.sh
source .ci/global_setup.sh

###
### install codecov dependencies
Expand Down
2 changes: 1 addition & 1 deletion .ci/vrts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###
### global setup
###
source global_setup.sh
source .ci/global_setup.sh

###
### visual testing
Expand Down

0 comments on commit d683322

Please sign in to comment.