-test environment
Some checks failed
Chore App Build and Push Docker Images / build-and-push (push) Failing after 30s
Some checks failed
Chore App Build and Push Docker Images / build-and-push (push) Failing after 30s
This commit is contained in:
@@ -91,12 +91,12 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
# Pull the repository to get the latest docker-compose.dev.yml
|
# Pull the repository to get the latest docker-compose.dev.yml
|
||||||
if [ -d "chore-app" ]; then
|
if [ -d "chore" ]; then
|
||||||
cd chore-app
|
cd chore
|
||||||
git pull origin next || true # Pull latest changes; ignore if it fails (e.g., first run)
|
git pull origin next || true # Pull latest changes; ignore if it fails (e.g., first run)
|
||||||
else
|
else
|
||||||
git clone --branch next https://git.ryankegel.com:3000/ryan/chore-app.git
|
git clone --branch next https://git.ryankegel.com/ryan/chore.git
|
||||||
cd chore-app
|
cd chore
|
||||||
fi
|
fi
|
||||||
echo "Bringing down previous test environment..."
|
echo "Bringing down previous test environment..."
|
||||||
docker-compose -f docker-compose.dev.yml down --volumes --remove-orphans || true
|
docker-compose -f docker-compose.dev.yml down --volumes --remove-orphans || true
|
||||||
|
|||||||
Reference in New Issue
Block a user