1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00
Files
openshift-ansible-contrib/ci/fetch-master.sh
2017-08-16 10:35:30 +02:00

10 lines
123 B
Bash
Executable File

#!/bin/bash
git fetch origin master:master
echo Modified files:
git --no-pager diff --name-only master
echo ==========