Skip to content

Commit

Permalink
ci daily ?
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Mar 31, 2024
1 parent 1f04d5d commit dd1d39a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: packer

on:
push:
schedule:
- cron: '0 8 * * *'

env:
PRODUCT_VERSION: "latest"
Expand Down Expand Up @@ -29,20 +31,6 @@ jobs:
with:
version: ${{ env.PRODUCT_VERSION }}

# - name: DEBUG
# id: debug
# run: |
# set -x
# ls -lah
# id
# uname -a
# df -h
# sudo sed -i 's#ExecStart=/usr/bin/dockerd#ExecStart=/usr/bin/dockerd --storage-opt dm.basesize=20G#g' /usr/lib/systemd/system/docker.service
# cat /usr/lib/systemd/system/docker.service | grep -iF storage
# sudo systemctl restart docker
# sleep 3
# sudo systemctl status docker

- name: Run `packer init`
id: init
run: "cd packer && packer init ./lbt-docker.pkr.hcl"
Expand Down
1 change: 1 addition & 0 deletions roles/offensive-stuff/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ git_wordlists:
dest: Bug-Bounty-Wordlists
- repo: https://github.com/tarraschk/richelieu
dest: richelieu
# Too heavy: 9.5G is a no go for docker images :(
# - repo: https://github.com/p0dalirius/webapp-wordlists
# dest: webapp-wordlists

Expand Down

0 comments on commit dd1d39a

Please sign in to comment.