aboutgitcodebugslistschat
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/pre-push4
1 files changed, 0 insertions, 4 deletions
diff --git a/hooks/pre-push b/hooks/pre-push
index 3a46922..0246776 100755
--- a/hooks/pre-push
+++ b/hooks/pre-push
@@ -66,7 +66,3 @@ scp *.deb *.rpm "${USER_HOST}:${BIN}/avx2/"
ssh "${USER_HOST}" "mv ${LATEST} ${AWAY}"
ssh "${USER_HOST}" "mv ${TEMP} ${LATEST}"
ssh "${USER_HOST}" "rm -rf ${AWAY}"
-
-# Legacy, for KubeVirt tests
-# CFLAGS="-DPASST_LEGACY_NO_OPTIONS -static" make avx2
-# scp passt qrap "${USER_HOST}:${BUILDS}/static/"