Skip to content

Commit

Permalink
Update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
op-ct committed Feb 24, 2020
1 parent bb8d6ba commit 0d6b66f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -131,7 +131,7 @@ jobs:
- 'find pkg -name ''*.tar.gz'''
deploy:
- provider: script
cleanup: false
skip_cleanup: true
script: 'curl -sS --fail -A "$FORGE_USER_AGENT" -H "Authorization: Bearer ${PUPPETFORGE_API_TOKEN}" -X POST -F "file=@$(find $PWD/pkg -name ''*.tar.gz'')" https://forgeapi.puppet.com/v3/releases'
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,3 +1,3 @@
* Mon Feb 24 2020 First Last <email@domain.com> - 0.3.0
* Mon Feb 24 2020 First Last <email@domain.com> - 0.3.1
- FIXME: something you did
- FIXME: something else you did
2 changes: 1 addition & 1 deletion metadata.json
@@ -1,6 +1,6 @@
{
"name": "simp-dummy",
"version": "0.3.0",
"version": "0.3.1",
"author": "SIMP",
"summary": "A dummy module used to test SIMP CI, RELENG, and the puppet module skeleton",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0d6b66f

Please sign in to comment.