Skip to content

Commit 9e064d5

Browse files
committed
updating workflow
1 parent b78e31a commit 9e064d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pi-gen.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
uses: actions/checkout@v2
2323

2424
# add a step to copy the pi-gen/config file to pi-gen/.env:
25-
- name: Copy .env file
26-
run: cp pi-gen/config pi-gen/.env
25+
# - name: Copy .env file
26+
# run: cp pi-gen/config pi-gen/.env
2727

28-
- name: Load .env file
29-
uses: xom9ikk/dotenv@v2.3.0
30-
with:
31-
path: pi-gen/
28+
# - name: Load .env file
29+
# uses: xom9ikk/dotenv@v2.3.0
30+
# with:
31+
# path: pi-gen/
3232

33-
- name: Create shared_files directory
34-
run: cp -pr shared_files pi-gen/
33+
# - name: Create shared_files directory
34+
# run: cp -pr shared_files pi-gen/
3535

3636
- name: Build AryaOS image
3737
uses: usimd/pi-gen-action@v1

0 commit comments

Comments
 (0)