1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-28 17:59:45 +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 image: portainer/angular-builder:latest
working_directory: ${{build_backend}} working_directory: ${{build_backend}}
commands: commands:
- npm install -g bower grunt grunt-cli && npm install - yarn
- bower install --allow-root - yarn grunt build-webapp
- grunt build-webapp
- mv api/cmd/portainer/portainer dist/ - mv api/cmd/portainer/portainer dist/
download_docker_binary: download_docker_binary: