Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1519 from advancedtelematic/feat/dedup-dockerfile
Browse files Browse the repository at this point in the history
deduplicate dockerfile for e2e
  • Loading branch information
lbonn authored Jan 15, 2020
2 parents 21c8595 + 1c2b3ba commit 635962f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion ci/gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ app-docker-image:
before_script:
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
script:
- sed 's@$BUILDER@'$UBUNTU_BIONIC_MASTER_IMAGE'@' ./ci/gitlab/Dockerfile.aktualizr > ./ci/gitlab/Dockerfile
- sed 's@advancedtelematic/aktualizr-base@'$UBUNTU_BIONIC_MASTER_IMAGE'@' ./docker/Dockerfile.aktualizr > ./ci/gitlab/Dockerfile
- docker build -t $CI_REGISTRY_IMAGE/app:ci-$CI_COMMIT_REF_SLUG -f ./ci/gitlab/Dockerfile .
- docker push $CI_REGISTRY_IMAGE/app:ci-$CI_COMMIT_REF_SLUG

Expand Down
8 changes: 0 additions & 8 deletions ci/gitlab/Dockerfile.aktualizr

This file was deleted.

0 comments on commit 635962f

Please sign in to comment.