SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
738 stars 383 forks source link

Deploy to GitHub pages step fails on CI #649

Closed hackergil closed 5 years ago

hackergil commented 5 years ago

The check to verify if the current branch is develop is failing on Travis for some reason.

Here's the log: $ ./ci-scripts/build-deploy.sh This step only executes on develop branch The command "./ci-scripts/build-deploy.sh" exited with 0. dpl_0 2.83s ... Logged in as @hackergil (Gilberto Alvarado) cd /tmp/d20181212-6210-1aa3zen/work dpl.2 Preparing deploy dpl.3 Deploying application Initialized empty Git repository in /tmp/d20181212-6210-1aa3zen/work/.git/ Switched to a new branch 'gh-pages' cd - cd /tmp/d20181212-6210-1aa3zen/work rsync: change_dir "/home/travis/build/SAP/cloud-commerce-spartacus-storefront/dist/storefrontapp" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.0] Could not copy /home/travis/build/SAP/cloud-commerce-spartacus-storefront/dist/storefrontapp. failed to deploy

hackergil commented 5 years ago

Pull request #650

hackergil commented 5 years ago

Pull request #678