Skip to content

Commit f26caec

Browse files
jwpjrdevAndy-Python-Programmer
authored andcommitted
env: simplify Gitpod integration
1 parent a135ed2 commit f26caec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN sudo apt-get install -y \
66
xorriso \
77
qemu-system-x86-64
88

9-
RUN python3 -m install requests xbstrap && pip install --upgrade pip
9+
RUN python3 -m install requests xbstrap

.gitpod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ports:
77
onOpen: open-preview
88

99
tasks:
10-
# prebuilds will fail if the process never ends (i.e. because qemu was launched)
11-
# realistically, the build and run commands should be seperate
12-
- init: ./aero.py --test
10+
- init: ./aero.py --test --no-run
11+
# ideally, it wouldn't build a second time
12+
command: ./aero.py --test

0 commit comments

Comments
 (0)