bigdata-memory commented on a change in pull request #602: URL: https://github.com/apache/incubator-teaclave/pull/602#discussion_r793276781
########## File path: .drone.yml ########## @@ -167,32 +316,32 @@ name: sgx-release-ubuntu-1804 steps: - name: prepare - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.2 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3 commands: - . /root/.cargo/env - . /opt/sgxsdk/environment - mkdir -p build - cd build && cmake -DCMAKE_BUILD_TYPE=Release -DTEST_MODE=OFF .. - name: check - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.2 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3 commands: - . /root/.cargo/env - . /opt/sgxsdk/environment - cd build && make check - name: compile - image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.2 + image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3 Review comment: The repeated image values can be optimized by `Anchor`, it is a Yaml feature, so we can safely apply it to any Yaml files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org