Skip to content

Commit

Permalink
Upgrade CI (31 Jul 2024 14:46:36)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
1 parent 3f29464 commit 9539a31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/operator_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
name: "PR-traffic-light"
runs-on: ubuntu-latest
steps:
- name: Create podman tmp folder
- name: Set up TMPDIR
run: |
mkdir "${TMPDIR}"
chmod 1777 "${TMPDIR}"
sudo mkdir "${TMPDIR}"
sudo chmod 1777 "${TMPDIR}"
- name: Checkout code
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/operator_release_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
name: "PR-traffic-light"
runs-on: ubuntu-latest
steps:
- name: Create podman tmp folder
- name: Set up TMPDIR
run: |
mkdir "${TMPDIR}"
chmod 1777 "${TMPDIR}"
sudo mkdir "${TMPDIR}"
sudo chmod 1777 "${TMPDIR}"
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 9539a31

Please sign in to comment.