Skip to content

Commit b56f8c4

Browse files
committed
Bundler update
1 parent 42d054b commit b56f8c4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ci-ubuntu-2204.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ provisioners:
144144
- packer-scripts/purge
145145
- packer-scripts/disable-apparmor
146146
- packer-scripts/run-serverspecs
147-
# - packer-scripts/perforce-install
148-
# - packer-scripts/pyenv-install
149-
# - packer-scripts/cosign-install
150-
# - packer-scripts/rabbitmq-install
151-
# - packer-scripts/updates
147+
- packer-scripts/perforce-install
148+
- packer-scripts/pyenv-install
149+
- packer-scripts/cosign-install
150+
- packer-scripts/rabbitmq-install
151+
- packer-scripts/updates
152152
- packer-scripts/test-system-info-output
153153
- packer-scripts/dump-dpkg-manifest
154154
- packer-scripts/create-bin-lib-checksums

packer-scripts/cleanup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ set -o xtrace
55
shopt -s nullglob
66

77
# clear the APT cache and delete everything from /var/cache/apt/archives/
8+
# removed /etc/ssh/ssh_host_* \ - this probably caused issues with ssh connection for some reason..
89
apt clean
910

1011
rm -rf \
1112
/etc/apparmor* \
1213
/etc/profile.d/jdk.csh \
1314
/etc/profile.d/jdk.sh \
15+
/etc/ssh/ssh_host_* \
1416
/lib/recovery-mode \
1517
/opt/chef* \
1618
/tmp/* \

0 commit comments

Comments
 (0)