Use bash instead of sh for pages build
This commit is contained in:
@@ -43,6 +43,7 @@ build:
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*
|
||||
expire_in: 7 days
|
||||
|
||||
build_flatpak:
|
||||
image: registry.gitlab.com/sumner/sublime-music/flatpak-build:latest
|
||||
@@ -65,8 +66,8 @@ pages:
|
||||
script:
|
||||
- ./cicd/pages-build.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
paths:
|
||||
- public
|
||||
|
||||
deploy_pypi:
|
||||
image: python:3.6-alpine
|
||||
|
@@ -1,4 +1,6 @@
|
||||
#! /bin/sh
|
||||
#! /usr/bin/env bash
|
||||
|
||||
set -xe
|
||||
|
||||
pushd docs
|
||||
pipenv run make html
|
||||
|
Reference in New Issue
Block a user