Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ASTRON SDC
ESCAPE WP5
ESAP DB
Commits
05e14339
Commit
05e14339
authored
Jul 28, 2021
by
Yan Grange
👋
Committed by
Pierre Chanial
Aug 03, 2021
Browse files
Add command line options in run.sh.
parent
80b51a9b
Pipeline
#15982
passed with stages
in 5 minutes and 50 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
host-files/run-tests.sh
View file @
05e14339
...
...
@@ -5,6 +5,6 @@ set -e
export
ESAP_DB_PATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&> /dev/null
&&
pwd
)
"
INSTALL_DEV
=
true
ESAP_RUN_OPTIONS
=
"-d"
${
ESAP_DB_PATH
}
/run.sh
INSTALL_DEV
=
true
${
ESAP_DB_PATH
}
/run.sh
-d
docker-compose
-f
${
ESAP_DB_PATH
}
/docker-stack.yml
exec
-T
esap-db bash /code/scripts/run-tests.sh
"
$@
"
docker-compose
-f
${
ESAP_DB_PATH
}
/docker-stack.yml down
-v
--remove-orphans
host-files/run.sh
View file @
05e14339
...
...
@@ -18,4 +18,4 @@ docker-compose $ARGS config > ${ESAP_DB_PATH}/docker-stack.yml
docker-compose
-f
${
ESAP_DB_PATH
}
/docker-stack.yml build
docker-compose
-f
${
ESAP_DB_PATH
}
/docker-stack.yml down
-v
--remove-orphans
# Remove possibly previous broken stacks left hanging after an error
docker-compose
-f
${
ESAP_DB_PATH
}
/docker-stack.yml up
${
ESAP_RUN_OPTIONS
}
docker-compose
-f
${
ESAP_DB_PATH
}
/docker-stack.yml up
"
$@
"
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