Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show whitespace changes
Inline
Side-by-side
scripts/before_build.sh
View file @
c153e11c
...
@@ -15,9 +15,4 @@ conda activate beat-web
...
@@ -15,9 +15,4 @@ conda activate beat-web
run_cmd buildout
run_cmd buildout
# pull docker images
# pull docker images
destdir
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null
&&
pwd
)
"
run_cmd
${
SCRIPTS_DIR
}
/docker_pull.sh
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
scripts/docker_pull.sh
View file @
c153e11c
...
@@ -19,10 +19,10 @@ fi
...
@@ -19,10 +19,10 @@ fi
if
[
"
${
BUILDOUT
}
"
==
"true"
]
;
then
if
[
"
${
BUILDOUT
}
"
==
"true"
]
;
then
# when executing in the context of buildout, define dummies
# 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_DIR
=
beat
export
CI_PROJECT_PATH
=
beat/beat.
cmdline
export
CI_PROJECT_PATH
=
beat/beat.
web
export
CI_PROJECT_NAME
=
beat.
cmdline
export
CI_PROJECT_NAME
=
beat.
web
export
CI_COMMIT_REF_NAME
=
master
export
CI_COMMIT_REF_NAME
=
master
export
PYPIUSER
=
pypiuser
export
PYPIUSER
=
pypiuser
export
PYPIPASS
=
pypipass
export
PYPIPASS
=
pypipass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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