Browse Source

🚀 Make Flit publish from CI (#170)

pull/173/head
Sebastián Ramírez 6 years ago
committed by GitHub
parent
commit
ffc4c716c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml
  2. 7
      scripts/deploy.sh
  3. 5
      scripts/publish.sh

4
.travis.yml

@ -20,6 +20,6 @@ after_script:
deploy:
provider: script
script: bash scripts/trigger-docker.sh
script: bash scripts/deploy.sh
on:
branch: master
tags: true

7
scripts/deploy.sh

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
bash scripts/publish.sh
bash scripts/trigger-docker.sh

5
scripts/publish.sh

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
flit publish
Loading…
Cancel
Save