Skip to content

Commit

Permalink
no node
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Sep 20, 2024
1 parent 7462b32 commit de32b45
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/custom-upgrade-awscli-v2-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ jobs:
uses: actions/checkout@v4
with:
ref: awscli-v2/main
- uses: actions/setup-node@v4
with:
node-version: lts/*
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
- name: Check for awscli version upgrades
working-directory: ./.github/scripts
run: ls -ahls ../../layer
Expand All @@ -36,7 +31,9 @@ jobs:
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', '.'), stdout=subprocess.PIPE)"
python3 -c "import subprocess; subprocess.check_call(('ls', '-ahls', '../../layer/'), stdout=subprocess.PIPE)"
python3 -c "import subprocess; subprocess.check_call(('pwd'), stdout=subprocess.PIPE)"
python3 upgrade-awscli-version.py
- id: create_patch
name: Find mutations
Expand Down

0 comments on commit de32b45

Please sign in to comment.