1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

chore(codefresh): fix the build_frontend step (#1547)

This commit is contained in:
Anthony Lapenna 2018-01-02 13:14:26 +01:00 committed by GitHub
parent 1da64f2e75
commit 52ac9504c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: