Skip to content

Commit

Permalink
Update Gitlab CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHamsterBot authored Oct 9, 2024
1 parent 37a68be commit 150e018
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
images:
runs-on: ubuntu-latest
name: Automate Stuff
services:
docker:
image: docker:dind
Expand All @@ -33,6 +34,9 @@ jobs:
- name: Run Commands
run: |
for i in $(seq 1 ${{ github.event.inputs.repeat_count }}); do
docker pull ntsystems/untileverything
docker system prune -f
docker pull ntsystems/untileverything:latest
docker rmi ntsystems/untileverything:latest
docker pull ghcr.io/offensive-vk/untileverything:latest
docker rmi ghcr.io/offensive-vk/untileverything:latest
docker system prune -f
done
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ setup-pnpm:
stage: setup
script:
- node -v && npm -v
- npm i -g [email protected]
- pnpm -v
- npm install -g [email protected] # Ensure pnpm is globally installed
- pnpm -v # Verify pnpm installation

build-node19:
stage: build
Expand Down

0 comments on commit 150e018

Please sign in to comment.