Skip to content
Snippets Groups Projects
Commit 8c0dfe49 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

added needs to push steps

parent 10c1e1cc
No related branches found
Tags end-of-sprint-46
No related merge requests found
......@@ -40,12 +40,14 @@ push dev workflow:
script:
- docker push marconi.aoc.nrao.edu/workspaces/workflow:$CI_COMMIT_SHORT_SHA
- docker push marconi.aoc.nrao.edu/workspaces/workflow:$CI_COMMIT_BRANCH
needs: ["build dev workflow"]
push dev capability:
stage: push-dev
script:
- docker push marconi.aoc.nrao.edu/workspaces/capability:$CI_COMMIT_SHORT_SHA
- docker push marconi.aoc.nrao.edu/workspaces/capability:$CI_COMMIT_BRANCH
needs: ["build dev capability"]
# Tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment