Commit be027b1a authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove unsupported tags from pipeline configuration

parent 5802122a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@ building_stage:
         - ".git*"
         - ".git/**/*"
      expire_in: 2 hours
   tags:
     - saas-linux-small-amd64
   script:
      # bash commands to be executed
      - pwd
@@ -64,8 +62,6 @@ running_stage:
         - ".git*"
         - ".git/**/*"
      expire_in: 2 hours
   tags:
     - saas-linux-small-amd64
   script:
      # bash commands to be executed
      - pwd
@@ -98,8 +94,6 @@ testing_stage:
         - ".git*"
         - ".git/**/*"
      expire_in: 2 hours
   tags:
     - saas-linux-small-amd64
   script:
      # bash commands to be executed
      - pwd