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 9505552 commit 0f6f496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
- name: update redhat bundle
if: ${{ !inputs.community_repo }}
working-directory: tmp/datadog-operator
run: |
echo $PWD
make bundle-redhat
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 0f6f496

Please sign in to comment.