Skip to content

Commit

Permalink
Update deploy-nightly-docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 28, 2025
1 parent 733eb7f commit 073b5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/nightly-docker/deploy-nightly-docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# =================================================================
#
# Copyright (c) 2020 Government of Canada
# Copyright (c) 2025 Government of Canada
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -56,7 +56,7 @@ done
rm -fr latest
echo "Generating nightly build for $TIMESTAMP"
mkdir $NIGHTLYDIR && cd $NIGHTLYDIR
git clone $GEOMET_CLIMATE_GITREPO . -b jammy --depth=1
git clone $GEOMET_CLIMATE_GITREPO . -b master --depth=1

echo "Stopping/building/starting Docker setup"
docker compose -f docker/docker-compose.yml -f docker/docker-compose.override.yml build --no-cache
Expand Down

0 comments on commit 073b5a4

Please sign in to comment.