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 f6e0e2d commit 9505552
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ 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 @@ -83,6 +79,7 @@ jobs:
- name: update redhat bundle
if: ${{ !inputs.community_repo }}
run: |
echo $PWD
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 9505552

Please sign in to comment.