Skip to content

Commit 89cc54a

Browse files
Rename trunk, 50900
1 parent 3c3d777 commit 89cc54a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8
-8
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
set -ex
2222
export TOOLCHAINS=swift
2323
swift package update --package-path ./
24-
swift package update --package-path Resources/branch_main
25-
swift package update --package-path Resources/branch_release-5.9
24+
swift package update --package-path Resources/50900
25+
swift package update --package-path Resources/trunk
2626
- name: Create Pull Request
2727
id: cpr
2828
uses: peter-evans/create-pull-request@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
run: |
1717
set -ex
1818
swift test
19-
(cd Resources/branch_release-5.9 && swift test)
20-
(cd Resources/branch_main && swift test)
19+
(cd Resources/50900 && swift test)
20+
(cd Resources/trunk && swift test)
2121
- name: Build
2222
run: |
2323
set -ex

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN swift package resolve
2727
COPY . .
2828
RUN swift build -c release --static-swift-stdlib
2929

30-
RUN cd Resources/branch_release-5.9 && swift build -c debug --static-swift-stdlib
31-
RUN cd Resources/branch_main && swift build -c debug --static-swift-stdlib
30+
RUN cd Resources/50900 && swift build -c debug --static-swift-stdlib
31+
RUN cd Resources/trunk && swift build -c debug --static-swift-stdlib
3232

3333
WORKDIR /staging
3434

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)