Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
c153e11c
Commit
c153e11c
authored
Dec 13, 2018
by
André Anjos
💬
Browse files
[scripts] Call docker_pull.sh instead of doing it by hand
parent
532b0fa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/before_build.sh
View file @
c153e11c
...
...
@@ -15,9 +15,4 @@ conda activate beat-web
run_cmd buildout
# pull docker images
destdir
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null
&&
pwd
)
"
check_env destdir
run_cmd curl
-o
${
destdir
}
/_core_docker_pull.sh
--silent
"https://gitlab.idiap.ch/beat/beat.core/raw/master/scripts/docker_pull.sh"
run_cmd
chmod
755
${
destdir
}
/_core_docker_pull.sh
run_cmd
${
destdir
}
/_core_docker_pull.sh
run_cmd
${
SCRIPTS_DIR
}
/docker_pull.sh
scripts/docker_pull.sh
View file @
c153e11c
...
...
@@ -19,10 +19,10 @@ fi
if
[
"
${
BUILDOUT
}
"
==
"true"
]
;
then
# when executing in the context of buildout, define dummies
export
CI_PROJECT_URL
=
https://gitlab.idiap.ch/beat/beat.
cmdline
export
CI_PROJECT_URL
=
https://gitlab.idiap.ch/beat/beat.
web
export
CI_PROJECT_DIR
=
beat
export
CI_PROJECT_PATH
=
beat/beat.
cmdline
export
CI_PROJECT_NAME
=
beat.
cmdline
export
CI_PROJECT_PATH
=
beat/beat.
web
export
CI_PROJECT_NAME
=
beat.
web
export
CI_COMMIT_REF_NAME
=
master
export
PYPIUSER
=
pypiuser
export
PYPIPASS
=
pypipass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment