stages: - build - stamp variables: EXPORT_DIR: "rpg16" before_script: - apt-get -qq update && apt-get -qq install -y graphicsmagick rsync build-textures: stage: build script: - "./export.sh" artifacts: paths: - "rpg16/" stamp: stage: stamp only: - tags script: - "./stamp.sh ${CI_COMMIT_TAG}" artifacts: paths: - "rpg16/" dependencies: - build-textures