Skip to content

Commit

Permalink
add printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Apr 10, 2024
1 parent c128577 commit 1207433
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ docker exec --user root ndts service tango-starter restart

docker exec --user root ndts chown -R tango:tango .

echo "install pytango and nxsconfigserver-db"
if [ "$2" = "2" ]; then
docker exec --user root ndts /bin/bash -c 'apt-get -qq update; apt-get -qq install -y python-pytango ; sleep 10'
echo "install python3-tango"
docker exec --user root ndts /bin/bash -c 'apt-get -qq update; apt-get install -y python-pytango ; sleep 10'
echo "install pytango and nxsconfigserver-db"
docker exec --user root ndts /bin/bash -c 'apt-get -qq update; apt-get install -y nxsconfigserver-db'
else
echo "install pytango and nxsconfigserver-db"
if [ "$1" = "debian10" ] || [ "$1" = "ubuntu24.04" ] || [ "$1" = "ubuntu22.04" ] || [ "$1" = "ubuntu20.04" ] || [ "$1" = "ubuntu20.10" ] || [ "$1" = "debian11" ] || [ "$1" = "debian12" ] ; then
docker exec --user root ndts /bin/bash -c 'apt-get -qq update; apt-get -qq install -y python3-tango nxsconfigserver-db; sleep 10'
else
Expand Down

0 comments on commit 1207433

Please sign in to comment.