Skip to content

Commit

Permalink
show debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
funollet committed Nov 27, 2023
1 parent edf8ec5 commit a8c8cd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_build-img-nucliadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
metadata: ${{ steps.build-push-gcp.outputs.metadata }}

steps:
- name: troubleshooting
run: env

- name: Skip everything, if needed.
run: |
if [[ "${{ inputs.skip }}" == "true" ]]; then
Expand Down Expand Up @@ -98,6 +101,9 @@ jobs:
service_account: "${{ secrets.GCP_REGISTRY_SERVICE_ACCOUNT }}"
token_format: access_token

- name: troubleshooting
run: env

- name: Login to Google GCR
uses: docker/login-action@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/nucliadb_ingest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ jobs:
# PR workflows END here
# PUSH workflows contine with deploy activities

troubleshoot:
runs-on: nuclia-base
steps:
- name: troubleshooting
run: env

build:
name: Build image and push
needs: tests
Expand Down

0 comments on commit a8c8cd1

Please sign in to comment.