-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/support-s3-dorx
- Loading branch information
Showing
165 changed files
with
8,616 additions
and
3,297 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
OPENSHOCK_API_DOMAIN=api.shocklink.net | ||
OPENSHOCK_FW_CDN_DOMAIN=firmware.openshock.org | ||
OPENSHOCK_FW_VERSION=0.0.0-unknown | ||
OPENSHOCK_FW_HOSTNAME=OpenShock | ||
OPENSHOCK_FW_AP_PREFIX=OpenShock- | ||
OPENSHOCK_FW_AP_PREFIX=OpenShock- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
name: cnd-bump-version | ||
name: cdn-bump-version | ||
description: Uploads version file to CDN | ||
inputs: | ||
cf-bucket: | ||
description: Name of the S3 bucket | ||
required: true | ||
version: | ||
description: Version to upload | ||
description: 'Version of the release' | ||
required: true | ||
release-channel: | ||
description: 'Release channel that describes this upload' | ||
required: false | ||
default: 'none' | ||
required: true | ||
|
||
runs: | ||
using: composite | ||
steps: | ||
|
||
- name: Upload version file | ||
shell: bash | ||
run: | | ||
mkdir upload | ||
mkdir -p upload | ||
echo "${{ inputs.version }}" >> upload/version-${{ inputs.release-channel }}.txt | ||
rclone copy upload cdn:${{ inputs.cf-bucket }}/ |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: cnd-prepare | ||
name: cdn-prepare | ||
description: Prepares the CDN for firmware uploads | ||
inputs: | ||
cf-account-id: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
Oops, something went wrong.