Skip to content

Commit 4cb7c31

Browse files
committed
Revert "[anza migration] ci: fix path (anza-xyz#8)"
This reverts commit 58e9a19.
1 parent e72f6ba commit 4cb7c31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: windows-artifact
7171
path: windows-release/
7272

73-
windows-gcs-upload:
73+
windows-s3-upload:
7474
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
7575
needs: [windows-build]
7676
runs-on: ubuntu-20.04
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/download-artifact@v3
8080
with:
8181
name: windows-artifact
82-
path: ./windows-release
82+
path: .windows-release/
8383

8484
- name: Setup crediential
8585
uses: "google-github-actions/auth@v2"

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pull_request_rules:
5050
- name: automatic merge (squash) on CI success
5151
conditions:
5252
- and:
53-
- status-success=buildkite/agave
53+
- status-success=buildkite/solana
5454
- status-success=ci-gate
5555
- label=automerge
5656
- label!=no-automerge

sdk/docker-solana/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cp -f ../../fetch-spl.sh usr/bin/
2929
./fetch-spl.sh
3030
)
3131

32-
docker build -t anzaxyz/agave:"$CHANNEL_OR_TAG" .
32+
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" .
3333

3434
maybeEcho=
3535
if [[ -z $CI ]]; then
@@ -43,4 +43,4 @@ else
4343
fi
4444
)
4545
fi
46-
$maybeEcho docker push anzaxyz/agave:"$CHANNEL_OR_TAG"
46+
$maybeEcho docker push solanalabs/solana:"$CHANNEL_OR_TAG"

0 commit comments

Comments
 (0)