Skip to content
Snippets Groups Projects
Commit 8cc355da authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Fix newline at eof

parent b26e5931
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
......@@ -282,4 +282,4 @@ wheel_packaging:
- pip3 install -r docker-compose/itango/lofar-requirements.txt
script:
- cd tangostationcontrol
- python setup.py bdist_wheel
\ No newline at end of file
- python setup.py bdist_wheel
......@@ -50,8 +50,7 @@ docker-compose directory corresponds to one image.
### Gitlab CI phases
The building and pushing of docker images is performed in two separate phases.
This is because certain stages will depend on the presence of the base images.
The base images will run as first
Docker images are build and pushed in two stages. First external images are
downloaded, retagged and pushed to our own registry.
`git diff --name-only HEAD~1..HEAD ./`
\ No newline at end of file
`git diff --name-only HEAD~1..HEAD ./`
......@@ -121,4 +121,4 @@ if [ ! -z "${1+x}" ] && [ "${1}" == "pull" ]; then
fi
# Someone nothing ran, that is an error do not fail silently
exit 1
\ No newline at end of file
exit 1
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