mirror of https://github.com/portainer/portainer
chore(codefresh): fix the build_frontend step (#1547)
parent
1da64f2e75
commit
52ac9504c1
|
@ -13,9 +13,8 @@ steps:
|
|||
image: portainer/angular-builder:latest
|
||||
working_directory: ${{build_backend}}
|
||||
commands:
|
||||
- npm install -g bower grunt grunt-cli && npm install
|
||||
- bower install --allow-root
|
||||
- grunt build-webapp
|
||||
- yarn
|
||||
- yarn grunt build-webapp
|
||||
- mv api/cmd/portainer/portainer dist/
|
||||
|
||||
download_docker_binary:
|
||||
|
|
Loading…
Reference in New Issue