Skip to content

Commit

Permalink
#2: fix Docker folder path in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Sep 24, 2019
1 parent df4fc7b commit 4bc0a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setup:docker:linux:
script:
# Login to our registry
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin ${CI_REGISTRY}
- cd ./ci/docker
- cd ./ci/docker/linux
- docker build --target PUMA_CI_LINUX -t ${DOCKER_IMAGE_NAME_CI} .
- docker push ${DOCKER_IMAGE_NAME_CI}
tags:
Expand Down

0 comments on commit 4bc0a56

Please sign in to comment.