Skip to content

Commit

Permalink
[ci] no need for artifacts in the later stages; run 'deken' job after…
Browse files Browse the repository at this point in the history
… 'docker'
  • Loading branch information
umlaeute committed Mar 3, 2021
1 parent 878b0a3 commit 1a5187d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .git-ci/gitlab-iem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ windows:
# =====================================================================

.docker:
dependencies: []
before_script:
- date
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
Expand Down Expand Up @@ -99,8 +100,9 @@ docker-release:
# deken package
# =====================================================================
deken:
stage: release
stage: deploy
image: $CONTAINER_TEST_IMAGE
dependencies: []
before_script:
- apt-get update
- apt-get install --no-install-recommends -y git ca-certificates
Expand Down

0 comments on commit 1a5187d

Please sign in to comment.