Skip to content

Commit 9fe518a

Browse files
committed
fix ci
1 parent 84b63af commit 9fe518a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

scripts/ubuntu-install-swift.sh

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,4 @@ sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plug
6464
sudo usermod -aG docker "$USER"
6565

6666
# LOGOUT and LOGIN to apply the changes
67-
exit
68-
69-
# reconnect with ssh
70-
71-
export PATH=/home/ubuntu/swift-6.0.3-RELEASE-ubuntu24.04-aarch64/usr/bin:"${PATH}"
72-
73-
# clone a project
74-
git clone https://github.com/swift-server/swift-aws-lambda-runtime.git
75-
76-
# build the project
77-
cd swift-aws-lambda-runtime/Examples/ResourcesPackaging/
78-
LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker
67+
exit 0

0 commit comments

Comments
 (0)