Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Refix the deployment stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierslag committed Sep 1, 2015
1 parent 793e17c commit 59a4ddf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ export BUILD_DATE=`date` && \
export UPLOAD_URL=`echo $DATA | jq '.upload_url' | sed s/\{\?name\}/\?name=rfid-reader2keyboard.jar/g | sed s/\"//g` && \
echo $RELEASE_ID && \
curl -POST -u inventid-deploy:$GITHUB_PASS $UPLOAD_URL -H "Content-Type: application/java-archive" --data-binary @target/rfid-reader2keyboard-1.0-SNAPSHOT.jar

env
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jdk:
cache: true

env:
secure: Xu6tVOI4uxOGV0hP7qZs8PddJ3Rh9I+ddJHotJP/yAEve0ZZtco0zqTJwTyDGrzYTjht8tjIKicjqvY6hqUuN1fEHoJGPMJSerDEsO+xL4AumwYf+gpOyLuF+OSlj8XZCO1s8OjRXSnrHg1GPu8zWEtylfrizOIl7lIv0oc9BljoUF4jKlqLqouHrBJMszdQRV2BOzVhv12oebbQ0BF0/kRta2oSpxKsiuA66wSRvTaqb5Idz2hpP1HPdk6TQu8J+grq38NLgBGt0n727jpQmPHa/c8p8/Zhvdjm3Lyg69/iBfma1jRYzDOFFjRjzHK7waHRho1OHZnIvrSKpNtfRg==
secure: P0r8foxh7ikUS6rid6ivDg3N8xNAyDD8hfpdt7VoJG41z3vw9LSQpxdAiJkt2QdH4V/VBb0Wh4sbnL8z8Lub6bpmuLnTP4GwGh8/DXRLWOV1yRsiQ9AN9G2qczrlaPLznHRrZrNazACrqYoCP891lMFQYWrIjUFyIRdVUKm0q2S2v2lcDuo6pHkYquaYz+8NdNCkOuyPmep/Vy8VS3smlZ+mC8QZHBw0wY3GdmZyqxp2oC4sSY/frQi6sPuYTIrLUlI4i4guHo//xPvxGDPrYwPd2Hw0BIjzIzBkVguUO2rUZq8MAVROsD3sPJq+BOULwOup+GXqEngTHVWbGyyTIg==

notifications:
email: false
Expand Down

0 comments on commit 59a4ddf

Please sign in to comment.