From 08b4d4db9e7a6b474219fa41de2c73f0d1c8b04a Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Thu, 4 Jan 2024 20:40:36 -0500 Subject: [PATCH] test --- .github/workflows/publish-community-operators-base.yml | 2 ++ .github/workflows/publish-community-operators.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/publish-community-operators-base.yml b/.github/workflows/publish-community-operators-base.yml index 701bd3aec..d7a06dc78 100644 --- a/.github/workflows/publish-community-operators-base.yml +++ b/.github/workflows/publish-community-operators-base.yml @@ -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 \ @@ -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 diff --git a/.github/workflows/publish-community-operators.yml b/.github/workflows/publish-community-operators.yml index a4044b2b2..a8376e8e9 100644 --- a/.github/workflows/publish-community-operators.yml +++ b/.github/workflows/publish-community-operators.yml @@ -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}}