Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: python:latest-slim image: python:3.11-slim # Functions that should be executed before the build script is run before_script: Loading doc/source/documentation.rst +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ This should now be done when code is changed using a '*pipeline*'. .. sourcecode:: yaml # The Docker image that will be used to build your app image: python:latest-slim image: python:3.11-slim # Functions that should be executed before the build script is run before_script: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: python:latest-slim image: python:3.11-slim # Functions that should be executed before the build script is run before_script: Loading
doc/source/documentation.rst +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ This should now be done when code is changed using a '*pipeline*'. .. sourcecode:: yaml # The Docker image that will be used to build your app image: python:latest-slim image: python:3.11-slim # Functions that should be executed before the build script is run before_script: Loading