AOEpeople / AOEpeople/magento-deployscripts

Issue with tmp folder

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
69
Forks
22
PR merge metrics
No merged PRs in 30d

Description

I ran into an issue with the line in https://github.com/AOEpeople/magento-deployscripts/blob/master/build.sh#L74

The problem is caused by missing tmp folder in the folder script is running from. I understand the build was designed to run on a CI server. But if someone runs the build from a location where tmp folder doesn't exists it will fail.

My suggestion is to create the tmp folder if it doesn't exists and delete afterward.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with build.sh at line 74 and run the build from a location without a tmp folder. Confirm the current failure, then verify that the build creates the needed temporary folder, completes successfully, and removes it afterward.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.