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

Commit068cf15

Browse files
committed
gitlab CI: expand tabs in yml
1 parent2d10346 commit068cf15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build_job:
3232
-if [ -z "$PGPORT" ]; then PGPORT=5789; fi
3333
-./configure --prefix=$(pwd)/tmp_install --port=--with-zstd --with-icu --with-python
3434
-make
35-
- make -C contrib
35+
-make -C contrib
3636
when:always
3737

3838
build_docs_job:
@@ -53,7 +53,7 @@ make_check_job:
5353
tags:
5454
-unix
5555
before_script:
56-
- unset SUCMD
56+
-unset SUCMD
5757
-if [ $(id -u) -eq 0 ]; then SUCMD="sudo -u postgres"; fi
5858
-export SUCMD
5959
script:
@@ -64,14 +64,14 @@ make_installcheck_job:
6464
when:on_success
6565
only:
6666
-/^PGPRO.*9_[56]$/
67-
tags:
68-
- unix
67+
tags:
68+
-unix
6969
before_script:
70-
- unset SUCMD
70+
-unset SUCMD
7171
-if [ $(id -u) -eq 0 ]; then SUCMD="sudo -u postgres"; fi
7272
-export SUCMD
7373
script:
74-
- $SUCMD ./.ci/run_install_check
74+
-$SUCMD ./.ci/run_install_check
7575
collect_logs_job:
7676
stage:collect_logs
7777
when:on_failure

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp