Skip to content

Instantly share code, notes, and snippets.

@tommyskott
Created April 29, 2021 22:05
Show Gist options
  • Save tommyskott/aae5ebb31319b75a249a95942fa23c6f to your computer and use it in GitHub Desktop.
Save tommyskott/aae5ebb31319b75a249a95942fa23c6f to your computer and use it in GitHub Desktop.
Create a tar file from all of the folder contents.
tar -czhf ${CI_COMMIT_TAG}.tar.gz -X .tarignore *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment