ashb commented on a change in pull request #4938: [AIRFLOW-4117] Multi-staging Image - Travis CI tests [Step 3/3] URL: https://github.com/apache/airflow/pull/4938#discussion_r299353476
########## File path: docs/build.sh ########## @@ -18,38 +18,74 @@ # specific language governing permissions and limitations # under the License. -set -e +set -euo pipefail -FWDIR="$(cd "`dirname "$0"`"; pwd)" -cd "$FWDIR" +MY_DIR="$(cd "`dirname "$0"`"; pwd)" Review comment: ```suggestion MY_DIR="$(cd -p "$(dirname "$0")"; pwd)" ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
