#3155 debug the environment in the ci_tests script
Merged 6 years ago by pingou. Opened 6 years ago by bstinson.
bstinson/pagure failed_tests  into  failed_tests

file modified
+4
@@ -9,6 +9,10 @@ 

  

  set -e

  

+ echo "============== ENVIRONMENT ============="

+ /usr/bin/env

+ echo "============== END ENVIRONMENT ============="

+ 

  if [ -n "$REPO" -a -n "$BRANCH" ]; then

  git remote rm proposed || true

  git gc --auto

no initial comment

Pull-Request has been merged by pingou

6 years ago
Metadata