Skip to content

Commit

Permalink
rmeove asana
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 31, 2024
1 parent 2fdb8bd commit 7fbbd71
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
fileName: ddg-upload-keystore.jks
destination-path: $HOME/jenkins_static/com.duckduckgo.mobile.android/

- name: Generate nightly version name
id: generate_version_name
run: |
output=$(./gradlew -q getBuildVersionName -PversionNameSuffix=-nightly --quiet)
echo "::set-output name=version::$output"
- name: Assemble the bundle
run: ./gradlew bundleInternalRelease -PversionNameSuffix=-nightly -PuseUploadSigning -PlatestTag=${{ steps.fetch_tag.outputs.tag }}

Expand All @@ -74,16 +68,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: duckduckgo-${{ steps.generate_version_name.outputs.version }}.apk
path: duckduckgo.apk

- name: Create Asana task when workflow failed
if: ${{ failure() }}
id: create-failure-task
uses: duckduckgo/[email protected]
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
asana-section: ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
asana-task-name: GH Workflow Failure - Upload Bundle to Play Store
asana-task-description: Upload Bundle to Play Store has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
action: 'create-asana-task'
path: duckduckgo.apk

0 comments on commit 7fbbd71

Please sign in to comment.