File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -96,18 +96,11 @@ for BOARD in $BOARDS; do
96
96
echo " - No Github token so unable to copy built files"
97
97
fi
98
98
else
99
- echo " "
100
- echo " "
101
- echo " "
102
- echo " - Fetching non shallow to get git version"
103
- echo " ---------------------------------------------"
104
- git fetch --unshallow && git fetch --tags
105
- GIT_REVISION=` git describe`
106
- echo " ============================================="
107
99
# Look at repo we are running in to determine where to try pushing to if in a fork
108
100
COPY_REPO_OWNER=$( echo $TRAVIS_REPO_SLUG | awk -F' /' ' {print $1}' )
109
101
echo " COPY_REPO_OWNER = $COPY_REPO_OWNER "
110
102
COPY_REPO=" HDMI2USB-firmware-prebuilt"
103
+ GIT_REVISION=` git describe`
111
104
COPY_DEST=" archive/$GIT_REVISION /$BOARD /$TARGET "
112
105
ORIG_COMMITTER_NAME=$( git log -1 --pretty=%an)
113
106
ORIG_COMMITTER_EMAIL=$( git log -1 --pretty=%ae)
Original file line number Diff line number Diff line change 3
3
set -x
4
4
set -e
5
5
6
+ echo " "
7
+ echo " "
8
+ echo " "
9
+ echo " - Fetching non shallow to get git version"
10
+ echo " ---------------------------------------------"
11
+ git fetch --unshallow && git fetch --tags
12
+ GIT_REVISION=` git describe`
13
+ echo " ============================================="
14
+
6
15
# Run the script once to check it works
7
16
time scripts/get-env.sh
8
17
# Run the script again to check it doesn't break things
You can’t perform that action at this time.
0 commit comments