EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 62d58bc6 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

test something else

parent 2bd494ae
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ file_env() { ...@@ -28,7 +28,7 @@ file_env() {
elif [ "${!fileVar:-}" ]; then elif [ "${!fileVar:-}" ]; then
val="$(< "${!fileVar}")" val="$(< "${!fileVar}")"
fi fi
cat >> /etc/bash.bashrc <<EOF cat >> ~/.profile <<EOF
EOF EOF
echo "the value of variable ${var} is set" >&2 echo "the value of variable ${var} is set" >&2
# make them also available in preparatory steps until container starts # make them also available in preparatory steps until container starts
......
...@@ -5,7 +5,7 @@ echo "inside registrar_test" ...@@ -5,7 +5,7 @@ echo "inside registrar_test"
IFS="," IFS=","
while read product; do while read product; do
docker exec -e OS_PASSWORD=$OS_PASSWORD -i $(docker ps -qf "name=emg-pvs_registrar") \ docker exec -i $(docker ps -qf "name=emg-pvs_registrar") \
python3 /registrar.py \ python3 /registrar.py \
--objects-prefix $product \ --objects-prefix $product \
--service-url $SERVICE_URL \ --service-url $SERVICE_URL \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment