Skip to content
Snippets Groups Projects
Commit 2ca1d65f authored by Andreas Salzburger's avatar Andreas Salzburger
Browse files

Merge branch 'fix_format_check_script' into 'master'

update check_format_local script to use acts/machines registry

See merge request !78
parents 6eba982b a263d426
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,4 @@ if [ $# -ne 1 ]; then ...@@ -8,4 +8,4 @@ if [ $# -ne 1 ]; then
fi fi
WD="$(cd "$(dirname "$1")"; pwd)/$(basename "$1")" WD="$(cd "$(dirname "$1")"; pwd)/$(basename "$1")"
docker run --rm -ti -v $WD:$WD:rw -w $WD gitlab-registry.cern.ch/pagessin/machines/check CI/check_format . docker run --rm -ti -v $WD:$WD:rw -w $WD gitlab-registry.cern.ch/acts/machines/check:latest CI/check_format .
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