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 f712348 commit 9aefab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
echo "$TARGET_GH_ORG"
echo "$TARGET_GH_REPO"
echo "$BUNDLE_PATH"
ls ${{ github.workspace }}/.redhat/auths.json
- name: sync fork
env:
Expand Down Expand Up @@ -85,6 +84,7 @@ jobs:
ls -la $PWD/tmp
if [[ "${{ !inputs.community_repo }}" ]]; then
echo "$REDHAT_TOKEN" > ${{ github.workspace }}/.redhat/auths.json
ls ${{ github.workspace }}/.redhat/auths.json
make -C ./tmp bundle-redhat
fi
mkdir operators/$OPERATOR_DIR/$VERSION
Expand Down

0 comments on commit 9aefab6

Please sign in to comment.