diff options
author | Ed Warnicke <hagbard@gmail.com> | 2019-02-27 12:54:38 -0600 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2019-02-27 12:54:38 -0600 |
commit | bd99f3b0e54c18d8b2b0e2501a0d7b5a170cec67 (patch) | |
tree | dd13f4791c57045b3f90458772ba9bd101c1867e | |
parent | 32b39061170204383c8740ea3ae6102a40c225dd (diff) |
Add a cat /etc/os-release to insure we are on the correct OpenSuse runners.
Change-Id: I7d91047cefbc412200a267510f102acfa515db6d
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
-rw-r--r-- | jjb/vpp/vpp-opensuse.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/vpp/vpp-opensuse.yaml b/jjb/vpp/vpp-opensuse.yaml index aa6a83f2e..145ad99bd 100644 --- a/jjb/vpp/vpp-opensuse.yaml +++ b/jjb/vpp/vpp-opensuse.yaml @@ -84,6 +84,7 @@ builders: - shell: !include-raw-escape: ../scripts/setup_vpp_ubuntu_docker_test.sh + - shell: cat /etc/os-release - shell: !include-raw-escape: - ../scripts/setup_vpp_dpdk_dev_env.sh |