Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 5, 2024
1 parent 9aefab6 commit a82744a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
ls -la $PWD/tmp
if [[ "${{ !inputs.community_repo }}" ]]; then
echo "$REDHAT_TOKEN" > ${{ github.workspace }}/.redhat/auths.json
ls ${{ github.workspace }}/.redhat/auths.json
echo $PWD
ls -la $PWD
echo $PWD/tmp
ls -la $PWD/tmp
make -C ./tmp bundle-redhat
fi
mkdir operators/$OPERATOR_DIR/$VERSION
Expand Down

0 comments on commit a82744a

Please sign in to comment.