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 a1fa0ed commit 851bf0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
echo "BUNDLE_PATH=bundle" >> $GITHUB_ENV
if [[ "${{ !inputs.community_repo }}" ]]; then
mkdir ~/.redhat
echo "$REDHAT_TOKEN" > ~/.redhat/auths.json
sudo apt-get -y update
sudo apt-get -y install skopeo
if [[ "${{ inputs.repo }}" == "redhat-marketplace-operators" ]]; then
echo "BUNDLE_PATH=bundle-redhat-mp" >> $GITHUB_ENV
elif [[ "${{ inputs.repo }}" == "certified-operators" ]]; then
Expand Down Expand Up @@ -79,8 +84,6 @@ jobs:
shell: bash
run: |
if [[ "${{ !inputs.community_repo }}" ]]; then
mkdir ~/.redhat
echo "$REDHAT_TOKEN" > ~/.redhat/auths.json
make -C ./tmp bundle-redhat
fi
mkdir operators/$OPERATOR_DIR/$VERSION
Expand Down

0 comments on commit 851bf0e

Please sign in to comment.