Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
whatwedo GmbH
PHP Alpine
Commits
0536a318
Verified
Commit
0536a318
authored
Jan 10, 2021
by
Diego Hernandes
Browse files
archive file name
parent
63a46ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
publish-zip.sh
View file @
0536a318
...
...
@@ -19,7 +19,7 @@ CURRENT_TIME=$(date +"%s")
REPO_SLUG
=
v
${
ALPINE_VERSION
}
/php-
${
PHP_VERSION
}
# archive name to use.
ARCHIVE_NAME
=
"v
${
ALPINE_VERSION
}
-
php-
${
PHP_VERSION
}
-
${
CURRENT_TIME
}
.tar.bz2"
ARCHIVE_NAME
=
"
alpine-
v
${
ALPINE_VERSION
}
_
php-
${
PHP_
MINOR_
VERSION
}
_
${
CURRENT_TIME
}
.tar.bz2"
# find all .apk
APK_LIST
=
$(
find
"./repo/
${
REPO_SLUG
}
"
-name
"*.apk"
-type
f |
cut
-d
'/'
-f5-
| xargs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment