Skip to content

Commit 339ab06

Browse files
committed
Remove release from GHA main.yml and fix circle.yml
1 parent b88b572 commit 339ab06

2 files changed

Lines changed: 1 addition & 41 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -34,43 +34,4 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: test-results
37-
path: app/build/test-results
38-
39-
# release:
40-
# runs-on: ubuntu-latest
41-
# container:
42-
# image: mbgl/android-ndk-r21e:latest
43-
# if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
44-
# steps:
45-
# - uses: actions/checkout@v3
46-
#
47-
# - name: Init aws with mbx-ci
48-
# run: |
49-
# curl -Ls https://mapbox-release-engineering.s3.amazonaws.com/mbx-ci/latest/mbx-ci-linux-amd64 > mbx-ci && chmod 755 ./mbx-ci
50-
# ./mbx-ci aws setup
51-
#
52-
# - name: Update version name
53-
# run: |
54-
# if [[ $GITHUB_REF == refs/tags/v* ]]; then
55-
# VERSION_NAME=${GITHUB_REF#refs/tags/v}
56-
# sed -i -e "s/^VERSION_NAME=.*/VERSION_NAME=${VERSION_NAME}/" library/gradle.properties
57-
# elif [[ $GITHUB_REF == refs/heads/master ]]; then
58-
# COMMIT_SHA=$(git rev-parse --short HEAD)
59-
# sed -i -e "s/-SNAPSHOT.*/-${COMMIT_SHA}-SNAPSHOT/" library/gradle.properties
60-
# fi
61-
#
62-
# - name: Build libraries
63-
# run: make release
64-
#
65-
# - name: Publish to the SDK registry
66-
# env:
67-
# GITHUB_TOKEN: ${{ secrets.SDK_REGISTRY_TOKEN }}
68-
# run: |
69-
# git config --global user.email "MapboxCI@users.noreply.github.com"
70-
# git config --global user.name "MapboxCI"
71-
# if [[ $GITHUB_REF == refs/heads/master ]] || [[ $GITHUB_REF == refs/tags/v* ]]; then
72-
# make sdkRegistryUpload
73-
# fi
74-
# if [[ $GITHUB_REF == refs/tags/v* ]]; then
75-
# make sdkRegistryPublish
76-
# fi
37+
path: app/build/test-results

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ workflows:
44
version: 2
55
default:
66
jobs:
7-
- build
87
- release:
98
filters:
109
branches:

0 commit comments

Comments
 (0)