mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
check environment (#1990)
* check environment * fix tests * don't rebuild sources * I'm going insane * WTF * Update check-environment.sh * Update product.yaml * Update write-image.sh
This commit is contained in:
7
.github/workflows/product.yaml
vendored
7
.github/workflows/product.yaml
vendored
@@ -120,9 +120,9 @@ jobs:
|
||||
run: |
|
||||
tar -mxvf frontend.tar frontend/config.json
|
||||
tar -mxvf frontend.tar frontend/dist
|
||||
tar -mxvf frontend.tar GIT_HASH.txt
|
||||
tar -mxvf frontend.tar ENVIRONMENT.txt
|
||||
tar -mxvf frontend.tar VERSION.txt
|
||||
tar -xvf frontend.tar GIT_HASH.txt
|
||||
tar -xvf frontend.tar ENVIRONMENT.txt
|
||||
tar -xvf frontend.tar VERSION.txt
|
||||
rm frontend.tar
|
||||
|
||||
- name: Cache raspiOS
|
||||
@@ -134,7 +134,6 @@ jobs:
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
touch -d "1970-01-01T00:00:00Z" ENVIRONMENT.txt GIT_HASH.txt VERSION.txt
|
||||
make V=1 embassyos-raspi.img --debug
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user