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 5e10ab7 commit f712348
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
elif [[ "${{ inputs.repo }}" == "certified-operators" ]]; then
echo "BUNDLE_PATH=bundle-redhat" >> $GITHUB_ENV
fi
touch ${{ github.workspace }}/.redhat/auths.json
echo "$REDHAT_TOKEN" >> ${{ github.workspace }}/.redhat/auths.json
fi
- name: validate env
Expand Down Expand Up @@ -86,6 +84,7 @@ jobs:
echo $PWD/tmp
ls -la $PWD/tmp
if [[ "${{ !inputs.community_repo }}" ]]; then
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 f712348

Please sign in to comment.