Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 4, 2024
1 parent db26fc2 commit f6e0e2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
repository: Datadog/datadog-operator
token: ${{secrets.GH_ROBOT_TOKEN}}
path: tmp/
run: |
if [[ "${{ !inputs.community_repo }}" ]]; then
make bundle-redhat
fi
- name: update bundle
if: ${{ inputs.community_repo }}
Expand All @@ -78,10 +82,7 @@ jobs:
- name: update redhat bundle
if: ${{ !inputs.community_repo }}
working-directory: tmp/datadog-operator
run: |
make bundle-redhat
cd ${{ inputs.repo }}
mkdir operators/datadog-operator/$VERSION
if [[ "${{ inputs.repo }}" == "redhat-marketplace-operators" ]]; then
cp -R ./tmp/bundle-redhat-mp/* operators/datadog-operator/$VERSION
Expand Down

0 comments on commit f6e0e2d

Please sign in to comment.