From ac38d6ed58d79fef7981594aa85ee1da5f4ec375 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 13 Dec 2022 11:01:55 -0700 Subject: [PATCH 1/3] fix: dst path in nfpm --- ci/build/nfpm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build/nfpm.yaml b/ci/build/nfpm.yaml index db5cbcf5f509..4a44df900c9b 100644 --- a/ci/build/nfpm.yaml +++ b/ci/build/nfpm.yaml @@ -22,4 +22,4 @@ contents: dst: /usr/lib/systemd/user/code-server.service - src: ./release-standalone/* - dst: /usr/lib/code-server/ + dst: /usr/lib/code-server From d80834779407549b909819850708d3d392699072 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 13 Dec 2022 11:10:21 -0700 Subject: [PATCH 2/3] trigger ci --- ci/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/README.md b/ci/README.md index a7c95c992d5b..c413980dac65 100644 --- a/ci/README.md +++ b/ci/README.md @@ -112,3 +112,5 @@ Helps avoid clobbering the CI configuration. - Loads all images in `./release-images` and then builds and pushes a multi architecture docker manifest for the amd64 and arm64 images to `codercom/code-server:$VERSION` and `codercom/code-server:latest`. + +hello world From 7305f2b2162fce3c1dd7297683fce3db73b8c7bf Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 15 Dec 2022 09:40:47 -0700 Subject: [PATCH 3/3] Update ci/README.md --- ci/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/README.md b/ci/README.md index c413980dac65..a7c95c992d5b 100644 --- a/ci/README.md +++ b/ci/README.md @@ -112,5 +112,3 @@ Helps avoid clobbering the CI configuration. - Loads all images in `./release-images` and then builds and pushes a multi architecture docker manifest for the amd64 and arm64 images to `codercom/code-server:$VERSION` and `codercom/code-server:latest`. - -hello world