Giter Club home page Giter Club logo

flow.ci's People

Contributors

donhui avatar juocode avatar mishigiber avatar sarah1018 avatar xuanyu-h avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flow.ci's Issues

通知邮箱能否增加多个?

通知邮箱能否增加多个?
因为我正在维护的项目不止一个,而且属于不同的团队,邮箱也不同
现在所有的通知都只会发送到同一个邮箱,有时挺不方便的
所以,在将来的更新中,能否针对project设定不同的通知邮箱?

Exception during initialize

运行构建时得到以下错误:

/home/flow/jobs/581b8648fbd08624249bc52c/build/flow_env: line 64: declare: `affinity:aliyun.service.id!': not a valid identifier

Regular match好像不匹配tag?

尤其是移动端的开发,在准备打包的时候打一个tag应该还是比较常见的,期望Regular match也可以读取tags,进行编译打包

image

Golang support

Golang is an open source programming language that makes it easy to build simple, reliable, and efficient software.

关于pep8插件

image
面对这个输入框不知道要输入什么。。。

能否约定一个配置文件,去读取配置好的pep8的配置?

[flake8]
ignore = W293, W291, F403
max-line-length = 160
exclude = ogow/libs/*
max-complexity = 10

以上

需要支持Node.js 6

现有Node支持,最高才5.2。使用一些ES6语法经常报错。
希望支持Node6。

Slack没有正确发送信息

显示执行成功的绿色,但是实际没有执行成功,而且不知具体的报错信息,粘了一下截图
image

删除应用报错

报错信息如图:
vendor.91cc6ef….js:18 DELETE http://api.flow.ci/projects/56f8c7089b79b2385c00009e e.exports @ vendor.91cc6ef….js:18(anonymous function) @ vendor.91cc6ef….js:24e.exports @ vendor.91cc6ef….js:24
settings:1 XMLHttpRequest cannot load http://api.flow.ci/projects/56f8c7089b79b2385c00009e. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://dashboard.flow.ci' is therefore not allowed access. The response had HTTP status code 404.
app.b6c0f07b3b3ea1df05bc.js:19 Action type is undefined undefined

项目编译成功后自动发的邮件中commit跳转不正确

项目编译成功后自动发的邮件中commit跳转不正确:

如图:

点击b89af0a2e1ad0 跳转到coding

提示commit不存在。

其实commit是存在的,这个commit的全部是:

149d84910fae17d7dce87ae0d91b89af0a2e1ad0

只是因为你们取了后面的一部分,b89af0a2e1ad0

导致跳转不正确。

Python安装PIL报错

Requirement already satisfied (use --upgrade to upgrade): idna>=2.0 in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from cryptography>=0.7->pyOpenSSL==0.15.1->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from cryptography>=0.7->pyOpenSSL==0.15.1->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): enum34 in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from cryptography>=0.7->pyOpenSSL==0.15.1->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): ipaddress in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from cryptography>=0.7->pyOpenSSL==0.15.1->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): cffi>=1.4.1 in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from cryptography>=0.7->pyOpenSSL==0.15.1->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): click>=3.0 in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from rq>=0.5.5->django-rq==0.9.0->-r requirements.txt (line 13))
Requirement already satisfied (use --upgrade to upgrade): ordereddict in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from enum34->cryptography>=0.7->pyOpenSSL==0.15.1->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): pycparser in /home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography>=0.7->pyOpenSSL==0.15.1->-r requirements.txt (line 8))
Installing collected packages: Pillow, websocket-client, futures, requests-futures
  Running setup.py install for Pillow
    Complete output from command /home/flow/.pyenv/versions/2.7.11/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-rfIlsS/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zKoTi3-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageWin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/BdfFontFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageStat.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageFilter.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageEnhance.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageTk.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageShow.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PcfFontFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageFont.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/MspImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageQt.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImagePath.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PaletteFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageColor.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/Image.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageMath.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/TarIO.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageOps.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/GimpGradientFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/_util.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageGrab.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/TiffTags.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImagePalette.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageMode.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/FliImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageSequence.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageCms.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PyAccess.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/OleFileIO.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageTransform.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageDraw2.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/GdImageFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/MicImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/features.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/SunImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/WalImageFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/GifImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/_binary.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ExifTags.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PSDraw.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PngImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageDraw.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/CurImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/FontFile.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/JpegPresets.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageChops.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/__init__.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ContainerIO.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
    copying PIL/ImageMorph.py -> build/lib.linux-x86_64-2.7/PIL
    running egg_info
    writing Pillow.egg-info/PKG-INFO
    writing top-level names to Pillow.egg-info/top_level.txt
    writing dependency_links to Pillow.egg-info/dependency_links.txt
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'Pillow.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no previously-included files found matching '.editorconfig'
    writing manifest file 'Pillow.egg-info/SOURCES.txt'
    copying PIL/OleFileIO-README.md -> build/lib.linux-x86_64-2.7/PIL
    running build_ext
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-rfIlsS/Pillow/setup.py", line 767, in <module>
        zip_safe=not debug_build(),
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/core.py", line 151, in setup
        dist.run_commands()
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/dist.py", line 953, in run_commands
        self.run_command(cmd)
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/setuptools/command/install.py", line 61, in run
        return orig.install.run(self)
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/command/install.py", line 563, in run
        self.run_command('build')
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/command/build.py", line 127, in run
        self.run_command(cmd_name)
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/distutils/command/build_ext.py", line 339, in run
        self.build_extensions()
      File "/tmp/pip-build-rfIlsS/Pillow/setup.py", line 516, in build_extensions
        (f, f))
    ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting

    ----------------------------------------
Command "/home/flow/.pyenv/versions/2.7.11/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-rfIlsS/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zKoTi3-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-rfIlsS/Pillow
You are using pip version 7.1.2, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

android 初始化 input似乎出问题了

flow_cmd "echo $FLOW_PROJECT_ANDROID_SDK" --echo

output:
$ echo
$ echo
$ chjava jdk8
$ java -Xmx32m -version
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode)
$ javac -J-Xmx32m -version
javac 1.8.0_65
Error: Oops, it looks like you didn't provide an argument for '-t'.
'--abi' was found instead.

fir upload 插件报错

Warning! PATH is not properly set up, '/home/flow/.rvm/gems/ruby-2.2.2/bin' is not at first place,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-2.2.2'.
Using /home/flow/.rvm/gems/ruby-2.2.2

failed to find Build Tools revision 23.0.3

Android编译遭遇报错:

Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar
Download https://jcenter.bintray.com/org/abego/treelayout/org.abego.treelayout.core/1.0.1/org.abego.treelayout.core-1.0.1.jar
Incremental java compilation is an incubating feature.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.3

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 20.423 secs

�The command failed and exited with 1.�

Your build has been stopped.

Bitbucket authorisation is failing

Currently I'm getting error messages about Bitbucket authorisation failure. Tried to find a way to disconnect and reconnect it from my account but no luck.
Screenshot:
screen shot 2016-10-13 at 11 43 28

测试结果实际在报错,但界面显示却是测试已通过

测试失败的Log

EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_add_contact (chat.tests.ChatTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/flow/build/borngods/gouhuo/chat/tests.py", line 19, in setUp
    self.one_user = User.create(nickname='qingfeng', avatar='347132')
  File "/home/flow/build/borngods/gouhuo/ogow/models.py", line 64, in create
    user = cls.objects.create_user(name, email, password)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/django/contrib/auth/models.py", line 154, in create_user
    return self._create_user(username, email, password, **extra_fields)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/django/contrib/auth/models.py", line 148, in _create_user
    user.save(using=self._db)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/django/contrib/auth/base_user.py", line 74, in save
    super(AbstractBaseUser, self).save(*args, **kwargs)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/django/db/models/base.py", line 700, in save
    force_update=force_update, update_fields=update_fields)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/django/db/models/base.py", line 737, in save_base
    update_fields=update_fields, raw=raw, using=using)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 192, in send
    response = receiver(signal=self, sender=sender, **named)
  File "/home/flow/build/borngods/gouhuo/ogow/models.py", line 1065, in create_user_after_follow
    conversation_id = Conversation.add(user.id, business_user_id)
  File "/home/flow/build/borngods/gouhuo/chat/models.py", line 198, in add
    if cls.exist(user_id, contact_id):
  File "/home/flow/build/borngods/gouhuo/chat/models.py", line 174, in exist
    conversation_id = redis.hget(REDIS_CONTACT_PROFILE_KEY % user_id, contact_id)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/redis/client.py", line 1857, in hget
    return self.execute_command('HGET', name, key)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/redis/client.py", line 578, in execute_command
    connection.send_command(*args)
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/redis/connection.py", line 563, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/redis/connection.py", line 538, in send_packed_command
    self.connect()
  File "/home/flow/.pyenv/versions/2.7.11/lib/python2.7/site-packages/redis/connection.py", line 442, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting to 127.0.0.1:6379. Connection refused.

界面显示的却是成功:
image

没有jks文件导致Infer Analyzer失败

BUILD SUCCESSFUL

Total time: 3 mins 26.922 secs
$ infer -- ./gradlew build
Infer version v0.9.0
Copyright 2009 - present Facebook. All Rights Reserved.
06:43:36.120 [ERROR] [org.gradle.BuildExceptionReporter]
06:43:36.120 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception.
06:43:36.120 [ERROR] [org.gradle.BuildExceptionReporter]
06:43:36.120 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
06:43:36.121 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':app:validateConfigSigning'.
06:43:36.121 [ERROR] [org.gradle.BuildExceptionReporter] > Keystore file /home/lei/job/manager_plus_key_store/manager_plus.jks not found for signing config 'config'.
06:43:36.121 [ERROR] [org.gradle.BuildExceptionReporter]
06:43:36.121 [ERROR] [org.gradle.BuildExceptionReporter] * Try:
06:43:36.121 [ERROR] [org.gradle.BuildExceptionReporter] Run with --stacktrace option to get the stack trace.
Running and capturing gradle compilation...
Nothing to compile. Try running ./gradlew clean first.
Failed to execute: /usr/local/infer-linux64-v0.9.0/infer/lib/python/infer.py --multicore 8 --out /home/flow/jobs/57a975c9fbd0867b8e4d473a/build/manager-plus/manager_plus_android/infer-out --project_root /home/flow/jobs/57a975c9fbd0867b8e4d473a/build/manager-plus/manager_plus_android -- ./gradlew build

�>
The command failed and exited with 1.�

Your build has been stopped.

Android编译失败,找不到SDK文件夹

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':app'.

    The SDK directory '/opt/Sdk' does not exist.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 1 mins 22.643 secs

�The command failed and exited with 1.�

Your build has been stopped.

跑测试的时候,获取的Git仓库地址不正确

PR的发起未必是当前仓库,可能是开发者自己fork出去的仓库,所以git clone的地址应当是开发者本身的仓库+branch,但是目前默认的是从主仓库去clone代码,应当从PR由谁发来的那个仓库来获取代码

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.