[Gitpod] Change init: into before:

This commit is contained in:
TD-er
2020-09-12 16:18:40 +02:00
parent 50f0b28a96
commit e49e221c19
+1 -1
View File
@@ -1,5 +1,5 @@
tasks:
- init: python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)" && brew install uncrustify && pip3 install -r ./requirements.txt
- before: python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)" && brew install uncrustify && pip3 install -r ./requirements.txt
image:
file: .gitpod.Dockerfile