mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
ci: do not test build
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
952cc8a499
commit
be5b8c36b0
1 changed files with 9 additions and 9 deletions
|
@ -4,15 +4,15 @@ stages:
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
test:
|
# test:
|
||||||
stage: test
|
# stage: test
|
||||||
script:
|
# script:
|
||||||
- yarn install
|
# - yarn install
|
||||||
- URL=http://localhost BASE_URL=/ yarn build
|
# - URL=http://localhost BASE_URL=/ yarn build
|
||||||
except:
|
# except:
|
||||||
- main
|
# - main
|
||||||
# tags:
|
# # tags:
|
||||||
# - shared-fi
|
# # - shared-fi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue