Skip to content

Commit

Permalink
Avoid docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed May 9, 2024
1 parent 2ded208 commit 10efdf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
remove-codeql: 'true'

- name: Build
run: sudo ./build_in_docker.sh cinnamon
run: sudo ./build.sh cinnamon

- name: print sha256sum
run: cat output/sha256*
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
remove-codeql: 'true'

- name: Build
run: sudo ./build_in_docker.sh mate
run: sudo ./build.sh mate

- name: print sha256sum
run: cat output/sha256*
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
remove-codeql: 'true'

- name: Build
run: sudo ./build_in_docker.sh xfce
run: sudo ./build.sh xfce

- name: print sha256sum
run: cat output/sha256*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ echo -e "\nCreating ISO"
isofinal=$RANDOM
zip -F ${iso}.zip --out ${isofinal}.zip > /dev/null
unzip ${isofinal}.zip > /dev/null
mv $HOME/Downloads/repo/${iso}.iso $HOME/Downloads
mv $HOME/Downloads/home/runner/work/T2-Mint/T2-Mint/${iso}.iso $HOME/Downloads

echo -e "\nVerifying sha256 checksums"

Expand All @@ -105,7 +105,7 @@ echo -e "\nError: Failed to verify sha256 checksums of the ISO"
rm $HOME/Downloads/${iso}.iso
fi
rm -r $HOME/Downloads/repo
rm -r $HOME/Downloads/home
rm $HOME/Downloads/${isofinal}.zip
rm $HOME/Downloads/${iso}.z??
Expand Down

0 comments on commit 10efdf8

Please sign in to comment.