Commit 8270e30b authored by Cresson Remi's avatar Cresson Remi
Browse files

Update .gitlab-ci.yml

parent d4dd84dd
No related merge requests found
Pipeline #44223 passed with stage
in 3 minutes
Showing with 1 addition and 1 deletion
+1 -1
...@@ -18,6 +18,6 @@ Build docker image: ...@@ -18,6 +18,6 @@ Build docker image:
script: script:
- wget https://github.com/stac-utils/pgstac/archive/refs/tags/v0.6.13.zip - wget https://github.com/stac-utils/pgstac/archive/refs/tags/v0.6.13.zip
- unzip *.zip - unzip *.zip
- cd pgstac - cd pgstac-0.6.13
- docker build --tag $IMG . - docker build --tag $IMG .
- docker push $IMG - docker push $IMG
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment