checkout submodules manualy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c9fbbd0aaf
commit
20459cbc3d
@ -3,6 +3,11 @@ type: docker
|
||||
name: Azure Static WebApp
|
||||
|
||||
steps:
|
||||
- name: Checkout submodules
|
||||
image: bitnami/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: Build and upload static web app
|
||||
environment:
|
||||
APITOKEN:
|
||||
|
Loading…
Reference in New Issue
Block a user