We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c534b commit fbca7b4Copy full SHA for fbca7b4
make_release.sh
100644
100755
@@ -1,7 +1,9 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
RELEASE_DIR=${HOME}/Releases
-GITHUB_USER=fkooman
6
+GITHUB_USER=OpenConextApps
7
PROJECT_NAME=php-voot-provider
8
9
if [ -z "$1" ]
@@ -33,7 +35,7 @@ rm -rf ${RELEASE_DIR}/${PROJECT_NAME}-${TAG}
33
35
# get Composer
34
36
(
37
cd ${RELEASE_DIR}
-curl -O http://getcomposer.org/composer.phar
38
+curl -O https://getcomposer.org/composer.phar
39
)
40
41
# clone the tag
0 commit comments