Skip to content

Commit

Permalink
Adjust CDK publish command (airbytehq#23935)
Browse files Browse the repository at this point in the history
* adjust publish command

* fix

* Automated Change

* reset connectors

---------

Co-authored-by: flash1293 <[email protected]>
  • Loading branch information
Joe Reuter and flash1293 authored Mar 21, 2023
1 parent 6c434c8 commit 6f8eec7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish-cdk-command-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,21 @@ jobs:
- publish-docker-image
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Checkout Airbyte Platform Internal
uses: actions/checkout@v3
with:
repository: airbytehq/airbyte-platform-internal
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
- name: Update CDK version
run: echo ${{needs.bump-version.outputs.new_cdk_version}} > oss/airbyte-connector-builder-server/CDK_VERSION
run: |
echo ${{needs.bump-version.outputs.new_cdk_version}} > oss/airbyte-connector-builder-resources/CDK_VERSION
cd oss/airbyte-connector-builder
pip install pip-tools
pip-compile
pip-compile --extra tests --output-file requirements-tests.txt
- name: Create Pull Request
id: create-pull-request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 6f8eec7

Please sign in to comment.