Skip to content

Instantly share code, notes, and snippets.

View augcampos's full-sized avatar

Augusto Campos augcampos

  • AugCampos.Com / AugCampos.Org / Critical Software
  • Portugal
View GitHub Profile
@augcampos
augcampos / remove_gitlab_artifacts.sh
Created December 6, 2021 22:56 — forked from carceneaux/remove_gitlab_artifacts.sh
Script for removing GitLab Job Artifacts.
#!/bin/bash
#
# Written by Chris Arceneaux
# GitHub: https://github.com/carceneaux
# Email: carcenea@gmail.com
# Website: http://arsano.ninja
#
# Note: This code is a stop-gap to erase Job Artifacts for a project. I HIGHLY recommend you leverage
# "artifacts:expire_in" in your .gitlab-ci.yml
#