Skip to content

Commit

Permalink
Debugging testnet-faucet build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thahara committed Aug 6, 2024
1 parent 0325a34 commit 3faf9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-testnet-faucet-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fi
- name: Prepare .env file
run: |
echo "${{ env.TESTNET_FAUCET_NEXT_PUBLIC }}" > ./testnet-faucet/.env
echo "${{ vars.TESTNET_FAUCET_NEXT_PUBLIC }}" > ./testnet-faucet/.env
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down
2 changes: 1 addition & 1 deletion testnet-faucet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1

RUN printenv
RUN ls -la
RUN yarn run build

# Production image, copy all the files and run next
Expand Down

0 comments on commit 3faf9b3

Please sign in to comment.