mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53: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
|
||||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
- URL=http://localhost BASE_URL=/ yarn build
|
||||
except:
|
||||
- main
|
||||
# tags:
|
||||
# - shared-fi
|
||||
# test:
|
||||
# stage: test
|
||||
# script:
|
||||
# - yarn install
|
||||
# - URL=http://localhost BASE_URL=/ yarn build
|
||||
# except:
|
||||
# - main
|
||||
# # tags:
|
||||
# # - shared-fi
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue