Skip to content

Commit 9705484

Browse files
committed
Update CI to build standalone v0.3.
1 parent 9d2a995 commit 9705484

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .gitlab-ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ query_extension:
3939
create_non_extension_scripts:
4040
stage: publish
4141
script:
42-
- cat pgdd--0.1.sql > pgdd_v0_2.sql
43-
- cat pgdd--0.1--0.2.sql >> pgdd_v0_2.sql
42+
- cat pgdd--0.1.sql > pgdd_v0_3.sql
43+
- cat pgdd--0.1--0.2.sql >> pgdd_v0_3.sql
44+
- cat pgdd--0.2--0.3.sql >> pgdd_v0_3.sql
4445
artifacts:
4546
paths:
46-
- pgdd_v0_2.sql
47+
- pgdd_v0_3.sql
4748

4849

4950
...

0 commit comments

Comments
 (0)