mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
cherry picked from commits :79157c465ae473c46dc3148309245b5dc39fe06847c7a3c5e385b7e86e583fca465f1d7955dd86f4bef4ac83a4bde83fc705
14 lines
108 B
Bash
Executable File
14 lines
108 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
whoami
|
|
pwd
|
|
ls
|
|
|
|
echo "$BRANCH_NAME:${BRANCH_NAME}"
|
|
|
|
echo "printenv :"
|
|
printenv
|
|
|