-
Notifications
You must be signed in to change notification settings - Fork 8
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
- Loading branch information
1 parent
6be47d7
commit 8075a2a
Showing
9 changed files
with
27 additions
and
9 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 |
---|---|---|
|
@@ -78,7 +78,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/upgradeEnvironment.py studio ${{ env.IMAGE_TAG_SHA }} ${{ secrets.ENV }} | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -44,7 +44,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/upgradeEnvironment.py studio ${{ env.IMAGE_TAG_SHA }} ${{ secrets.ENV }} | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -186,7 +186,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/promoteAllToProduction.py studio | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/promoteAllToProduction.py web | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/promoteToProduction.py studio ${{ github.event.inputs.site }} | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -77,7 +77,9 @@ jobs: | |
shell: bash | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/upgradeEnvironment.py web ${{ github.event.inputs.image-sha }} ${{ secrets.ENV }} | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/promoteToProduction.py web ${{ github.event.inputs.site }} | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -78,7 +78,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/upgradeEnvironment.py studio ${{ env.IMAGE_TAG_SHA }} ${{ secrets.ENV }} | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|
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 |
---|---|---|
|
@@ -86,7 +86,9 @@ jobs: | |
id: modify-radix | ||
run: | | ||
# Install pre-requisite | ||
python -m pip install --user ruamel.yaml | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
python -m pip install ruamel.yaml | ||
python ci/upgradeEnvironment.py web ${{ env.IMAGE_TAG_SHA }} ${{ secrets.ENV }} | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
|