Skip to content

Commit

Permalink
Build instead of pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Aug 5, 2024
1 parent b0d72c4 commit 2961907
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/htcondor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function jobqueue_before_install {

# start htcondor cluster
cd ./ci/htcondor
docker compose pull
docker compose build
./start-htcondor.sh
docker compose exec -T submit /bin/bash -c "condor_status"
docker compose exec -T submit /bin/bash -c "condor_q"
Expand Down
2 changes: 1 addition & 1 deletion ci/pbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function jobqueue_before_install {

# start pbs cluster
cd ./ci/pbs
docker compose pull
docker compose build
./start-pbs.sh
cd -

Expand Down
2 changes: 1 addition & 1 deletion ci/sge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function jobqueue_before_install {

# start sge cluster
cd ./ci/sge
docker compose pull
docker compose build
./start-sge.sh
cd -

Expand Down
2 changes: 1 addition & 1 deletion ci/slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function jobqueue_before_install {

# start slurm cluster
cd ./ci/slurm
docker compose pull
docker compose build
./start-slurm.sh
cd -

Expand Down

0 comments on commit 2961907

Please sign in to comment.