Skip to content

Commit e702147

Browse files
committed
DEBUG: another attempt
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bab1982 commit e702147

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

.github/workflows/innocuous-test.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,5 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Clone build-extra
12-
shell: bash
13-
run: git clone --depth 1 --single-branch -b main https://github.com/git-for-windows/build-extra /usr/src/build-extra
14-
15-
- name: Prepare home directory
16-
if: env.AZURE_BLOBS_TOKEN != ''
17-
env:
18-
AZURE_BLOBS_TOKEN: ${{secrets.AZURE_BLOBS_TOKEN}}
19-
shell: bash
20-
run: |
21-
echo "::add-mask::$(echo "$AZURE_BLOBS_TOKEN" | base64 -w 0)" &&
22-
echo "$AZURE_BLOBS_TOKEN" >"$HOME"/.azure-blobs-token
23-
24-
- name: Break the lease
25-
if: env.AZURE_BLOBS_TOKEN != ''
26-
shell: bash
27-
env:
28-
AZURE_BLOBS_TOKEN: ${{secrets.AZURE_BLOBS_TOKEN}}
29-
run: /usr/src/build-extra/pacman-helper.sh break_lock
30-
31-
- name: Clean up temporary files
32-
if: always()
33-
shell: bash
34-
run: |
35-
{ rm -rf "$HOME" || echo "Gracefully leaving files undeleted" >&2; }
11+
- shell: bash
12+
run: echo Hello

0 commit comments

Comments
 (0)