You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the command LANG=C vendor/bin/dep deploy staging --branch=xxx while the local repository is on another branch doesn't seem to work and outputs this error:
task deploy:local_build
[staging] Removed previous build
[staging] Cloning repository (Branch: HEAD)
[staging] error in static.php on line 82:
[staging] run /usr/bin/git archive feature/update-logo | tar -x -f - -C /home/jean-gui/.deployer/w3c-website-templates-bundle 2>&1
[staging] err fatal: not a valid object name: feature/update-logo
[staging] tar: This does not look like a tar archive
[staging] tar: Exiting with failure status due to previous errors
[staging] exit code 2 (Misuse of shell builtins)
ERROR: Task deploy:local_build failed!
task deploy:failed
Switching the local branch to xxx before running the command does work.
The text was updated successfully, but these errors were encountered:
Running the command
LANG=C vendor/bin/dep deploy staging --branch=xxx
while the local repository is on another branch doesn't seem to work and outputs this error:Switching the local branch to
xxx
before running the command does work.The text was updated successfully, but these errors were encountered: