Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ghsc
Hazards Development Team
earthquake-geoserve-ui
Commits
52512154
Commit
52512154
authored
May 28, 2019
by
Malin, James (Contractor) Christopher
Browse files
Test passing variables to trigger
parent
2a6c3d8a
Pipeline
#868
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
52512154
...
...
@@ -206,8 +206,9 @@ build:
# paths:
# - docker-images
# test trigger
trigger deploy
:
stage
:
trigger_deploy
trigger
:
jmalin/container-deploy
variables
:
BUILD_ID
:
'
$BUILD_ID'
BUILD_TEST_1
:
'
$$BUILD_ID'
...
...
@@ -219,12 +220,10 @@ trigger deploy:
BUILD_TEST_7
:
${BUILD_ID}
BUILD_TEST_8
:
$${BUILD_ID}
# image: node:latest
# stage: trigger_deploy
# when: manual
# only:
# - merge_requests
# - master
trigger
:
jmalin/container-deploy
# script:
# - 'curl -X POST
# -F token=5db4dbb65dd8f2583082e1555bae6a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment