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 ceeb5ec commit 9b1ca47
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,7 @@ jobs:
REDHAT_TOKEN: ${{ secrets.REDHAT_TOKEN }}
run: |
if [[ "${{ !inputs.community_repo }}" ]]; then
echo $PWD
echo ${{ github.workspace }}
ls -la $PWD
echo $PWD/tmp
ls -la $PWD/tmp
echo "$REDHAT_TOKEN" > ~/.redhat/auths.json
echo $PWD
ls -la $PWD
echo $PWD/tmp
ls -la $PWD/tmp
echo "$REDHAT_TOKEN" > ${{ github.workspace }}/.redhat/auths.json
make -C ./tmp bundle-redhat
fi
mkdir operators/$OPERATOR_DIR/$VERSION
Expand Down

0 comments on commit 9b1ca47

Please sign in to comment.