Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c2757d

Browse files
committed
TEST
1 parentaf3b6be commit6c2757d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ jobs:
12601260
make build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
12611261
12621262
# only push if we are on main branch or release branch
1263-
iftrue; then
1263+
iffalse; then
12641264
# build and push multi-arch manifest, this depends on the other images
12651265
# being pushed so will automatically push them
12661266
# note: omitting the -j argument to avoid race conditions when pushing
@@ -1479,11 +1479,11 @@ jobs:
14791479
deploy:
14801480
needs:
14811481
-changes
1482-
-build
1482+
#- build
14831483
if:true
14841484
uses:./.github/workflows/deploy.yaml
14851485
with:
1486-
image:${{ needs.build.outputs.IMAGE }}
1486+
image:ghcr.io/coder/coder-preview:2.26.0-devel-d5e433119
14871487
permissions:
14881488
contents:read
14891489
id-token:write

‎.github/workflows/deploy.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
set -euxo pipefail
5252
git fetch origin
5353
git checkout main
54-
git checkout origin/dean/releases-freeze -- scripts/should_deploy.sh
54+
git checkout origin/dean/release-freeze -- scripts/should_deploy.sh
5555
5656
-name:Check if deploy is enabled
5757
id:check

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp