Commit b60e381b authored by Ikram ul Haq's avatar Ikram ul Haq
Browse files

Update: meepctl repo config to dockerize changes for updated federation api

parent dbb583f4
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -942,6 +942,23 @@ repo:
        docker-data:
          # location of entry script
          'entrypoint.sh': go-apps/meep-federation/entrypoint.sh
      meep-mosquitto:
        # location of source code
        src: go-apps/meep-mosquitto
        bin: bin/meep-mosquitto
        # enable meepctl build
        build: false
        # enable meepctl dockerize
        dockerize: true
        # enable meepctl deploy/delete
        deploy: false
        # supports code coverage measurement when built in codecov mode
        codecov: false
        # supports linting
        lint: false
        docker-data:
          'mosquitto.conf': go-apps/meep-mosquitto/mosquitto.conf
          'listener.conf': go-apps/meep-mosquitto/listener.conf

  #------------------------------
  #  Dependencies