Skip to content
Snippets Groups Projects
Commit a39c204e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts] Fix call to docker-pull script

parent 4de4c052
No related branches found
No related tags found
1 merge request!263New CI
......@@ -15,4 +15,5 @@ conda activate beat-web
run_cmd buildout
# pull docker images
run_cmd ${SCRIPTS_DIR}/docker_pull.sh
thisdir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
run_cmd ${thisdir}/docker_pull.sh
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