Skip to content
GitLab
Menu
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
1bca536c
Commit
1bca536c
authored
Dec 13, 2018
by
André Anjos
💬
Browse files
[scripts] Use master branch of beat.core to pull docker-pull script
parent
46419387
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/before_build.sh
View file @
1bca536c
...
...
@@ -18,6 +18,6 @@ run_cmd buildout
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/
1.7.x
/scripts/docker_pull.sh"
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
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