diff options
| author | Alessio Caiazza <acaiazza@gitlab.com> | 2019-02-08 08:57:53 +0000 |
|---|---|---|
| committer | Alessio Caiazza <acaiazza@gitlab.com> | 2019-02-08 08:57:53 +0000 |
| commit | 0985c720d4dbcfe313faf2877e4a565c8de60ae0 (patch) | |
| tree | 114c644d570862a43096ed910b6f3281a5884a90 /.gitlab-ci.yml | |
| parent | Revert "Merge branch 'fix-release-docker-images-stage' into 'master'" (diff) | |
| download | gitlab-runner-0985c720d4dbcfe313faf2877e4a565c8de60ae0.tar.gz | |
Revert "Merge branch '3755-helper-image-for-windows-container-execution-update-make-file' into 'master'"
This reverts merge request !1174
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7460c444..3807570e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ helper images: <<: *docker stage: prebuild script: - - make helper-docker + - make docker artifacts: paths: - out/helper-images/ |
