|
49 | 49 | - uses: actions/checkout@v2 |
50 | 50 |
|
51 | 51 | # Build LIBFDS DEB package --------------------------------------------------------------- |
52 | | - - name: Checkout libfds library - master branch |
53 | | - if: github.ref == 'refs/heads/master' |
54 | | - run: git clone --branch master https://github.com/CESNET/libfds.git build/libfds_repo |
55 | | - - name: Checkout libfds library - devel branch |
56 | | - if: github.ref != 'refs/heads/master' |
57 | | - run: git clone --branch devel https://github.com/CESNET/libfds.git build/libfds_repo |
| 52 | + - name: Checkout libfds library |
| 53 | + run: git clone https://github.com/CESNET/libfds.git build/libfds_repo |
58 | 54 | - name: Build DEBs of libfds library and install them |
59 | 55 | working-directory: 'build/libfds_repo' |
60 | 56 | run: | |
@@ -160,12 +156,8 @@ jobs: |
160 | 156 | - uses: actions/checkout@v2 |
161 | 157 |
|
162 | 158 | # Build LIBFDS RPM package --------------------------------------------------------------- |
163 | | - - name: Checkout libfds library - master branch |
164 | | - if: github.ref == 'refs/heads/master' |
| 159 | + - name: Checkout libfds library |
165 | 160 | run: git clone --branch master https://github.com/CESNET/libfds.git build/libfds_repo |
166 | | - - name: Checkout libfds library - devel branch |
167 | | - if: github.ref != 'refs/heads/master' |
168 | | - run: git clone --branch devel https://github.com/CESNET/libfds.git build/libfds_repo |
169 | 161 | - name: Build RPMs of libfds library and install it |
170 | 162 | working-directory: 'build/libfds_repo' |
171 | 163 | run: | |
|
0 commit comments