Skip to content

Commit ab5a1a2

Browse files
committed
FIx reprotest
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent b3a18d6 commit ab5a1a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: release
22

33
on:
4-
push:
4+
# push:
55
workflow_dispatch: {}
66

77
jobs:

.github/workflows/reprotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Build image
2929
run: |
30-
sudo mkosi --force -I buildernet.conf --profile=gcp,cloud
30+
sudo -E mkosi --force -I buildernet.conf --profile=gcp,cloud
3131
3232
- name: Calculate SHA256
3333
id: sha256

0 commit comments

Comments
 (0)