Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theraw authored Feb 10, 2025
1 parent 4675469 commit a92ad6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
- name: Build NGINX
run: |
touch /.dockerenv
touch $HOME/.dockerenv
echo $HOME
ls -la $HOME
sleep 3000
cd $HOME/The-World-Is-Yours/
sudo bash build/run.sh new
sudo bash build/run.sh build
Expand Down

0 comments on commit a92ad6e

Please sign in to comment.