-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9252e2
commit c07a572
Showing
8 changed files
with
146 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
# This is a dummy script only. It does nothing except output information. | ||
# Ensure that it has executable permission and specify the POST_PUBLISH config parameter to point at it. | ||
|
||
echo "DUMMY POST_PUBLISH SCRIPT" | ||
echo "APP_MAIN: ${APP_MAIN}" | ||
echo "APP_ID: ${APP_ID}" | ||
echo "APP_VERSION: ${APP_VERSION}" | ||
echo "VERSION: ${VERSION}" | ||
|
||
echo "ISO_DATE: ${ISO_DATE}" | ||
echo "DOTNET_RID: ${DOTNET_RID}" | ||
echo "PKG_KIND: ${PKG_KIND}" | ||
echo "APPDIR_ROOT: ${APPDIR_ROOT}" | ||
echo "APPDIR_USR: ${APPDIR_USR}" | ||
echo "APPDIR_BIN: ${APPDIR_BIN}" | ||
echo "APPRUN_TARGET: ${APPRUN_TARGET}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.