Skip to content

Commit

Permalink
debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed May 15, 2024
1 parent b9e41bf commit a7b6d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
type=ref,event=pr
- name: debug catalogue variable
run: echo ${{ env.CATALOGUE_API_PATH }}
run: echo $CATALOGUE_API_PATH

- name: Build and push image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit a7b6d68

Please sign in to comment.