Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Dec 3, 2024
1 parent cd34641 commit bf713e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gcp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
mkdir -m 777 .testnet
cd .testnet
git clone https://github.com/weaveVM/wvm-docker-testnet.git .
echo "${{ secrets.GCP_CREDENTIALS_JSON }}" > ./execution/key.json
echo ${{ secrets.GCP_CREDENTIALS_JSON }} > ./execution/key.json
./clean.sh
docker compose up -d || {
docker compose up -d || {
echo "Docker Compose failed. Collecting logs...";
docker ps -a; # Show status of all containers
docker compose logs > compose_logs.txt;
Expand Down Expand Up @@ -124,4 +124,3 @@ jobs:
- name: Remove Local Tag
if: always() # Run regardless of previous step outcomes
run: docker rmi wvm:local || true

0 comments on commit bf713e0

Please sign in to comment.