-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
closes #1004
- Loading branch information
Showing
10 changed files
with
10 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,20 +16,26 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
submodules: 'recursive' | ||
- name: Setup Python & Poetry Environment | ||
uses: exasol/python-toolbox/.github/actions/[email protected] | ||
with: | ||
python-version: "3.10" | ||
poetry-version: '1.8.2' | ||
|
||
- name: Build TestContainer | ||
run: ./exaslct build-test-container --force-rebuild | ||
run: poetry run exaslct build-test-container --force-rebuild | ||
- name: Push TestContainer image | ||
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/main') }} | ||
run: | | ||
./exaslct push-test-container --source-docker-username "$SECRET_DOCKER_USER_NAME" --target-docker-username "$SECRET_DOCKER_USER_NAME" --force-push true | ||
poetry run exaslct push-test-container --source-docker-username "$SECRET_DOCKER_USER_NAME" --target-docker-username "$SECRET_DOCKER_USER_NAME" --force-push true | ||
env: # Set the secret as an input | ||
SECRET_DOCKER_USER_NAME: ${{ secrets.DOCKER_USER_NAME }} | ||
TARGET_DOCKER_PASSWORD: ${{ secrets.DOCKER_TOKEN }} | ||
SOURCE_DOCKER_PASSWORD: ${{ secrets.DOCKER_TOKEN }} | ||
- name: Push ci-release-test TestContainer image | ||
if: ${{ (github.ref != 'refs/heads/master') && (github.ref != 'refs/heads/main') }} | ||
run: | | ||
./exaslct push-test-container --source-docker-username "$SECRET_DOCKER_USER_NAME" --target-docker-username "$SECRET_DOCKER_USER_NAME" --force-push true --source-docker-tag-prefix ci_release_test --target-docker-tag-prefix ci_release_test | ||
poetry run exaslct push-test-container --source-docker-username "$SECRET_DOCKER_USER_NAME" --target-docker-username "$SECRET_DOCKER_USER_NAME" --force-push true --source-docker-tag-prefix ci_release_test --target-docker-tag-prefix ci_release_test | ||
env: # Set the secret as an input | ||
SECRET_DOCKER_USER_NAME: ${{ secrets.DOCKER_USER_NAME }} | ||
TARGET_DOCKER_PASSWORD: ${{ secrets.DOCKER_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
"ignore": { | ||
"paths": [ | ||
".github", | ||
"config", | ||
"doc", | ||
"emulator", | ||
"githooks", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters