mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
chore(ci): update references from internal to develop
This commit is contained in:
8
.github/workflows/prepare.yml
vendored
8
.github/workflows/prepare.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
switch (refName) {
|
||||
case "alpha": return "Alpha";
|
||||
case "beta": return "Beta";
|
||||
default: return "Internal";
|
||||
default: return "Develop";
|
||||
}
|
||||
|
||||
- name: Set Flavor Output
|
||||
@@ -57,10 +57,10 @@ jobs:
|
||||
- name: Create Flavor Configuration
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
echo FLAVOR=${{ steps.flavor.outputs.flavor }}
|
||||
echo TRACK=${{ steps.flavor.outputs.track }}
|
||||
echo FLAVOR=${{ steps.determine_flavor.outputs.result }}
|
||||
echo TRACK=${{ steps.determine_track.outputs.result }}
|
||||
echo COMMIT=${{ github.sha }}
|
||||
echo $'FLAVOR=${{ steps.flavor.outputs.flavor }}\nCOMMIT=${{ github.sha }}' > .flavor
|
||||
echo $'FLAVOR=${{ steps.determine_flavor.outputs.result }}\nCOMMIT=${{ github.sha }}' > .flavor
|
||||
|
||||
- name: Upload Flavor Configuration
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user