Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Sep 20, 2024
1 parent 398d481 commit 4109e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/custom-upgrade-awscli-v2-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python3 -c "import os; print(os.path.dirname(os.path.realpath(__name__)))"
python3 -c "import os; print(os.getcwd())"
python3 -c "import subprocess; subprocess.check_call(('ls', '-ahls', '.'))"
python3 -c "import subprocess; subprocess.check_call(('ls', '-ahls', '../../layer/'))"
python3 -c "import subprocess; subprocess.check_call(('pwd'))"
python3 -c "import subprocess; subprocess.check_call(('sed', '-i', '', '-e', \"/amazon\\\\/aws-cli:/s/:.*/:%s/\"%('123'), '../../layer/Dockerfile'), stdout=subprocess.PIPE)"
cat ../../layer/Dockerfile
python3 -c "import subprocess; subprocess.check_call(('sed', '-i', '', '-e', \"/amazon\\\\/aws-cli:/s/:.*/:%s/\"%('123'), '../../layer/Dockerfile'))"
cat ../../layer/Dockerfile
python3 upgrade-awscli-version.py
- id: create_patch
name: Find mutations
Expand Down

0 comments on commit 4109e78

Please sign in to comment.