Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlo FERRIGNO
ci-template-cc
Commits
f694239b
Unverified
Commit
f694239b
authored
Jan 29, 2021
by
Volodymyr SAVCHENKO
Browse files
fixed eval command
parent
cb290daa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
make-functions.sh
make-functions.sh
+1
-1
No files found.
make-functions.sh
View file @
f694239b
...
...
@@ -109,7 +109,7 @@ function pull() {
function
build
()
{
touch
pip.conf
export
DOCKER_BUILDKIT
=
1
docker pull
$IMAGE
||
(
nb2worker ./
--build
--tag-image
$IMAGE
--job
--from
${
CC_BASE_IMAGE
:?
}
--docker-run-prefix
=
"mkdir -pv /home/oda; export HOME_OVERRRIDE=/home/oda; source /init.sh; "
--docker-command
=
'id; export HOME_OVERRRIDE=/tmp; mkdir -pv $HOME_OVERRRIDE; source /init.sh; source /etc/bashrc; oda-kb-eval
uate
/repo/'
$SOURCE_NAME
'.ipynb $@'
;
ls
-ltr
*
cwl
;
)
docker pull
$IMAGE
||
(
nb2worker ./
--build
--tag-image
$IMAGE
--job
--from
${
CC_BASE_IMAGE
:?
}
--docker-run-prefix
=
"mkdir -pv /home/oda; export HOME_OVERRRIDE=/home/oda; source /init.sh; "
--docker-command
=
'id; export HOME_OVERRRIDE=/tmp; mkdir -pv $HOME_OVERRRIDE; source /init.sh; source /etc/bashrc; oda-kb-eval /repo/'
$SOURCE_NAME
'.ipynb $@'
;
ls
-ltr
*
cwl
;
)
touch
job.cwl
}
...
...
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