chore: move build scripts

This commit is contained in:
Mrugesh Mohapatra 2019-06-02 15:08:17 +05:30 committed by mrugesh
parent 81356391f0
commit 1ca8ef755b
2 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ jobs:
- stage: Artifacts builds
if: branch = master && type != pull_request
script: bash tools/ci-scripts/trigger-build.sh
script: bash tools/scripts/builds/trigger-build.sh
install: skip
before_script: skip