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 b4ee9b4 commit 08b4d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -64,6 +64,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
run: |
echo $PWD
git checkout -b $COMMUNITY_BRANCH_NAME
git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
gh repo sync DataDog/${{ inputs.repo }} --branch $COMMUNITY_BRANCH_NAME \
Expand All @@ -80,6 +81,7 @@ jobs:
- name: update bundle
working-directory: ${{ inputs.repo }}
run: |
echo $PWD
mkdir operators/$OPERATOR_DIR/$VERSION
cp -R ./$BUNDLE_PATH/* operators/${{ inputs.dir }}/$VERSION
rm -rf ./tmp
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-community-operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
community_repo: true
org: redhat-openshift-ecosystem
repo: community-operators-prod
dir: datadog-operator
secrets:
GH_ROBOT_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}

Expand Down

0 comments on commit 08b4d4d

Please sign in to comment.