小编sri*_*sri的帖子

如果 gitlab 管道中的条件为 true,则运行依赖项作业

如果条件为真,我想运行依赖作业。我们在 git 实验室中是否具有这种可行性。当我使用 DEPLOY 变量手动触发测试作业时,依赖项应该运行,否则跳过依赖项。我不想在构建阶段保持状况。

build:
 stage: build
 when: manual
 script:
   - echo build
test:
  stage: test
  when: manual
  dependencies:
    - build
    if [ $deploy = 'true' ]
  script: 
   - echo test
Run Code Online (Sandbox Code Playgroud)

github gitlab gitlab-ci devops

6
推荐指数
1
解决办法
8831
查看次数

SendMail错误消息:553 5.1.8 ...发件人地址域...不存在

我在本地使用inhmail.walkingtree.in设置sendmail服务器

当我试图从其他电子邮件服务器发送dmail时,我收到以下错误,

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  mail1@inhmail.walkingtree.in
    SMTP error from remote mail server after MAIL FROM:<srinivasa.nallapati@walkingtree.in> SIZE=2548:
    host inhmail.walkingtree.in [122.175.35.121]:
    553 5.1.8 <srinivasa.nallapati@walkingtree.in>... Domain of sender address srinivasa.nallapati@walkingtree.in does not exist

------ This is a copy of the message, including all the headers. ------
Run Code Online (Sandbox Code Playgroud)

我在192.168.1.145中安装了sendmail服务器..145的域名是inhmail.walkingtree.in

我在系统和路由器的防火墙中打开了端口25.

192.168.1.0/24中的邮件接收和发送与@ inhmail.walkingtree.in一起正常工作.

请帮助 how …

linux email dns postfix-mta sendmail

4
推荐指数
1
解决办法
3万
查看次数

标签 统计

devops ×1

dns ×1

email ×1

github ×1

gitlab ×1

gitlab-ci ×1

linux ×1

postfix-mta ×1

sendmail ×1